• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/source/selector.php
  • Класс: BitrixLandingSourceSelector
  • Вызов: Selector::showSourceFilterByRequest
public function showSourceFilterByRequest()
{
	$request = MainContext::getCurrent()->getRequest();
	$sourceIndex = (string)$request->get('SOURCE_ID');
	unset($request);
	if ($sourceIndex === '')
	{
		return;
	}
	$this->showSourceFilter($sourceIndex);
}