• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/UI/DetailCard/Controller.php
  • Класс: BitrixMobileUIDetailCardController
  • Вызов: Controller::getDefaultPreFilters
protected function getDefaultPreFilters(): array
{
	return [
		new ActionFilterAuthentication(),
		new ActionFilterCsrf(),
		new ActionFilterHttpMethod([ActionFilterHttpMethod::METHOD_POST]),
		new ActionFilterContentType([ActionFilterContentType::JSON]),
		new ActionFilterScope(ActionFilterScope::NOT_REST),
	];
}