• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/catalog/contractor/categoryrepository.php
  • Класс: Bitrix\Crm\Integration\Catalog\Contractor\CategoryRepository
  • Вызов: CategoryRepository::getIdByEntityTypeId
static function getIdByEntityTypeId(int $entityTypeId): ?int
{
	$category = self::getByEntityTypeId($entityTypeId);

	return $category ? $category->getId() : null;
}