‪TYPO3CMS  11.5
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
4 
12 return [
13 
14  // Revert Correlation
15  'redirects_revert_correlation' => [
16  'path' => '/redirects/revert/correlation',
17  'target' => Controller\RecordHistoryRollbackController::class . '::revertCorrelation',
18  ],
19 
20 ];
‪TYPO3\CMS\Redirects\Controller
Definition: ManagementController.php:18