• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmRestEventDispatcher
  • Вызов: CCrmRestEventDispatcher::getOwnerTypeIdByEntityId
static function getOwnerTypeIdByEntityId(string $entityId): ?int
{
	$result = '';

	static::ensureEntityIdsDefined();

	return array_search($entityId, self::$entityIds, true);
}