• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/subtype/chat.php
  • Класс: BitrixLandingSubtypeChat
  • Вызов: Chat::buildReferences
static function buildReferences(array $references): array
{
	$return = [];

	foreach ($references as $fieldCode => $selector)
	{
		if (is_string($selector))
		{
			$return[$selector] = [
				'id' => $fieldCode,
				'link' => false
			];
		}
	}

	return $return;
}