• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitypreset.php
  • Класс: Bitrix\Crm\EntityPreset
  • Вызов: EntityPreset::getEntityTypeCode
static function getEntityTypeCode($entityTypeId)
{
	$entityTypeId = (int)$entityTypeId;
	$types = self::getEntityTypes();

	return isset($types[$entityTypeId]['CODE']) ? $types[$entityTypeId]['CODE'] : '';
}