• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/source/selector.php
  • Класс: BitrixLandingSourceSelector
  • Вызов: Selector::getBaseUrlParams
protected function getBaseUrlParams($index)
{
	return array_merge(
		[
			'SOURCE_ID' => $index
		],
		$this->getUrlSystemParams()
	);
}