• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/infopopup.php
  • Класс: Bitrix\Crm\UI\InfoPopup
  • Вызов: InfoPopup::addLinkField
public function addLinkField(string $title, string $text, $href): self
{
	$linkBlock = $this->createLinkBlock($text, $href);

	return $this->addMixedField($title, $linkBlock);
}