CategoryRepository::getIdByEntityTypeId

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CategoryRepository
  4. getIdByEntityTypeId
  • Модуль: 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;
}

Добавить комментарий