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