• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/UI/PropertyProduct.php
  • Класс: BitrixCatalogUIPropertyProduct
  • Вызов: PropertyProduct::getIblockIds
static function getIblockIds(): array
{
	if (Loader::includeModule('crm'))
	{
		return [
			CrmProductCatalog::getDefaultId(),
			CrmProductCatalog::getDefaultOfferId(),
		];
	}

	return [];
}