‪TYPO3CMS  11.5
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['web_list_clearpagecache'=>['path'=> '/web/list/clearpagecache', 'target'=> \TYPO3\CMS\Recordlist\Controller\ClearPageCacheController::class . '::mainAction',], 'record_download_settings'=>['path'=> '/record/download/settings', 'target'=> \TYPO3\CMS\Recordlist\Controller\RecordDownloadController::class . '::downloadSettingsAction',],]
 

Variable Documentation

◆ return

return[ 'web_list_clearpagecache'=>[ 'path'=> '/web/list/clearpagecache', 'target'=> \TYPO3\CMS\Recordlist\Controller\ClearPageCacheController::class . '::mainAction',], 'record_download_settings'=>[ 'path'=> '/record/download/settings', 'target'=> \TYPO3\CMS\Recordlist\Controller\RecordDownloadController::class . '::downloadSettingsAction',],]

Definitions of routes

Definition at line 5 of file AjaxRoutes.php.