• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory.php
  • Класс: Bitrix\Crm\Service\Factory
  • Вызов: Factory::getEntityDescriptionInPlural
public function getEntityDescriptionInPlural(): string
{
	return \CCrmOwnerType::GetCategoryCaption($this->getEntityTypeId());
}