TYPO3 CMS  TYPO3_7-6
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Dispatch the permissions actions
8  'user_access_permissions' => [
9  'path' => '/users/access/permissions',
10  'target' => \TYPO3\CMS\Beuser\Controller\PermissionAjaxController::class . '::dispatch'
11  ]
12 ];