‪TYPO3CMS  11.5
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['redirects_revert_correlation'=>['path'=> '/redirects/revert/correlation', 'target'=> Controller\RecordHistoryRollbackController::class . '::revertCorrelation',],]
 

Variable Documentation

◆ return

return[ 'redirects_revert_correlation'=>[ 'path'=> '/redirects/revert/correlation', 'target'=> Controller\RecordHistoryRollbackController::class . '::revertCorrelation',],]

Definitions for routes provided by EXT:backend Contains all AJAX-based routes for entry points

Currently the "access" property is only used so no token creation + validation is made but will be extended further.

Definition at line 12 of file AjaxRoutes.php.