• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/controller/contentview.php
  • Класс: BitrixSocialnetworkControllerContentView
  • Вызов: ContentView::configureActions
public function configureActions(): array
{
	$configureActions = parent::configureActions();
	$configureActions['set'] = [
		'+prefilters' => [
			new ActionFilterCloseSession(),
		]
	];

	return $configureActions;
}