• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/ui/controller/consentpreview.php
  • Класс: BitrixSenderUIControllerConsentPreview
  • Вызов: ConsentPreview::getDefaultPreFilters
protected function getDefaultPreFilters()
{
	return [
		new ActionFilterAuthentication(),
		new ActionFilterHttpMethod([ActionFilterHttpMethod::METHOD_POST]),
		new ActionFilterCsrf(),
		new ActionFilterCloseSession()
	];
}