• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/controller/widget/history.php
  • Класс: BitrixImOpenLinesControllerWidgetHistory
  • Вызов: History::configureActions
public function configureActions(): array
{
	return [
		'download' => [
			'-prefilters' => [
				ActionFilterCsrf::class,
				ActionFilterAuthentication::class
			],
		]
	];
}