‪TYPO3CMS  11.5
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
5 return [
6  'web_list_clearpagecache' => [
7  'path' => '/web/list/clearpagecache',
8  'target' => \TYPO3\CMS\Recordlist\Controller\ClearPageCacheController::class . '::mainAction',
9  ],
10  'record_download_settings' => [
11  'path' => '/record/download/settings',
12  'target' => \TYPO3\CMS\Recordlist\Controller\RecordDownloadController::class . '::downloadSettingsAction',
13  ],
14 ];