TYPO3 CMS  TYPO3_7-6
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Startup the recycler module
8  'recycler' => [
9  'path' => '/recycler',
10  'target' => \TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::class . '::dispatch'
11  ],
12 ];