• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/controller/analytics.php
  • Класс: BitrixMobileControllerAnalytics
  • Вызов: Analytics::configureActions
public function configureActions(): array
{
	return [
		'sendLabel' => [
			'+prefilters' => [
				new CloseSession(),
			],
		],
	];
}