• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/UI/DetailCard/Controller.php
  • Класс: BitrixMobileUIDetailCardController
  • Вызов: Controller::configureActions
public function configureActions(): array
{
	return [
		self::LOAD_TAB_CONFIG_ACTION => [
			'+prefilters' => [
				new ActionFilterCloseSession(),
			],
		],
	];
}