‪TYPO3CMS  10.4
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Get TSRef
8  't3editor_tsref' => [
9  'path' => '/t3editor/tsref',
10  'target' => \TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::class . '::loadReference'
11  ],
12 
13  // Load code completion templates
14  't3editor_codecompletion_loadtemplates' => [
15  'path' => '/t3editor/codecompletion/load-templates',
16  'target' => \TYPO3\CMS\T3editor\Controller\CodeCompletionController::class . '::loadCompletions'
17  ]
18 ];