• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/rest/appplacement.php
  • Класс: Bitrix\Crm\Integration\Rest\contains
  • Вызов: contains::getDetailTabPlacementCode
static function getDetailTabPlacementCode(int $entityTypeId): string
{
	$entityTypeName = mb_strtoupper(\CCrmOwnerType::ResolveName($entityTypeId));

	return "CRM_{$entityTypeName}_DETAIL_TAB";
}