• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Broker/IBlockElement.php
  • Класс: Bitrix\Crm\Service\Broker\IBlockElement
  • Вызов: IBlockElement::isCrmCatalog
private function isCrmCatalog(int $id): bool
{
	if (!$this->isIblockIncluded())
	{
		return false;
	}
	if (!$this->catalogIncluded)
	{
		return false;
	}

	return (Product\Catalog::getDefaultId() === $id);
}