TYPO3  7.6
context_help/Configuration/Backend/AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Fetch data about the context help
8  'context_help' => [
9  'path' => '/context-help',
10  'target' => \TYPO3\CMS\ContextHelp\Controller\ContextHelpAjaxController::class . '::getHelpAction'
11  ]
12 ];