TYPO3 CMS  TYPO3_8-7
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  'documentation_remove' => [
8  'path' => '/documentation/remove',
9  'target' => \TYPO3\CMS\Documentation\Controller\DocumentController::class . '::deleteAction'
10  ],
11 ];