‪TYPO3CMS  11.5
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
7 return [
8  'adminPanel_saveForm' => [
9  'path' => '/adminpanel/form/save',
10  'target' => \TYPO3\CMS\Adminpanel\Controller\AjaxController::class . '::saveDataAction',
11  ],
12  'adminPanel_toggle' => [
13  'path' => '/adminpanel/toggleActiveState',
14  'target' => \TYPO3\CMS\Adminpanel\Controller\AjaxController::class . '::toggleActiveState',
15  ],
16 ];