• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/source/selector.php
  • Класс: BitrixLandingSourceSelector
  • Вызов: Selector::getDefaultLinkActions
public function getDefaultLinkActions()
{
	return [
		[
			'type' => 'detail',
			'name' =>  Loc::getMessage('LANDING_SOURCE_ACTION_TITLE_DETAIL')
		],
		[
			'type' =>  'link',
			'name' =>  Loc::getMessage('LANDING_SOURCE_ACTION_TITLE_LINK')
		]
	];
}