• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/Action/GetSearchDataAction.php
  • Класс: BitrixCrmMobileControllerActionGetSearchDataAction
  • Вызов: GetSearchDataAction::getSearchPresetsAndCounters
private function getSearchPresetsAndCounters(int $userId, string $entityTypeName, ?int $categoryId): array
{
	return Entity::getInstance($entityTypeName)->getSearchPresetsAndCounters($userId, $categoryId);
}