• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/config/state.php
  • Класс: Bitrix\Crm\Config\State
  • Вызов: State::checkElementIblockId
static function checkElementIblockId(array $fields): bool
{
	if (!isset($fields['IBLOCK_ID']))
	{
		return false;
	}
	return self::checkIblockId((int)$fields['IBLOCK_ID']);
}