- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/ui/infopopup.php
- Класс: Bitrix\Crm\UI\InfoPopup
- Вызов: InfoPopup::createLinkBlock
public function createLinkBlock($text, $href): array { return [ 'type' => 'link', 'content' => $text, 'attributes' => [ 'href' => $href, ], ]; }