‪TYPO3CMS  11.5
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['t3editor_tsref'=>['path'=> '/t3editor/tsref', 'target'=> \TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::class . '::loadReference',], 't3editor_codecompletion_loadtemplates'=>['path'=> '/t3editor/codecompletion/load-templates', 'target'=> \TYPO3\CMS\T3editor\Controller\CodeCompletionController::class . '::loadCompletions',],]
 

Variable Documentation

◆ return

return[ 't3editor_tsref'=>[ 'path'=> '/t3editor/tsref', 'target'=> \TYPO3\CMS\T3editor\Controller\TypoScriptReferenceController::class . '::loadReference',], 't3editor_codecompletion_loadtemplates'=>[ 'path'=> '/t3editor/codecompletion/load-templates', 'target'=> \TYPO3\CMS\T3editor\Controller\CodeCompletionController::class . '::loadCompletions',],]

Definitions for routes provided by EXT:t3editor

Definition at line 6 of file AjaxRoutes.php.