...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/controller/timeline/logo.php
- Класс: Bitrix\Crm\Controller\Timeline\Logo
- Вызов: Logo::getPreparedSystemLogos
protected function getPreparedSystemLogos(): array { $results = []; foreach ($this->getSystemLogoCodes() as $code) { $results[] = $this->getLogoDataByCode($code); } return $results; }