TYPO3  7.6
Variables
t3editor/Configuration/Backend/AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return [ 't3editor_save'=>[ 'path'=> '/t3editor/save', 'target'=>\TYPO3\CMS\T3editor\T3editor::class. '::ajaxSaveCode'], 't3editor_get_plugins'=>[ 'path'=> '/t3editor/get-plugins', 'target'=>\TYPO3\CMS\T3editor\T3editor::class. '::getPlugins'], 't3editor_tsref'=>[ 'path'=> '/t3editor/tsref', 'target'=>\TYPO3\CMS\T3editor\TypoScriptReferenceLoader::class. '::processAjaxRequest'], 't3editor_codecompletion_loadtemplates'=>[ 'path'=> '/t3editor/codecompletion/load-templates', 'target'=>\TYPO3\CMS\T3editor\CodeCompletion::class. '::processAjaxRequest']]
 

Variable Documentation

return[ 't3editor_save'=>[ 'path'=> '/t3editor/save', 'target'=>\TYPO3\CMS\T3editor\T3editor::class. '::ajaxSaveCode'], 't3editor_get_plugins'=>[ 'path'=> '/t3editor/get-plugins', 'target'=>\TYPO3\CMS\T3editor\T3editor::class. '::getPlugins'], 't3editor_tsref'=>[ 'path'=> '/t3editor/tsref', 'target'=>\TYPO3\CMS\T3editor\TypoScriptReferenceLoader::class. '::processAjaxRequest'], 't3editor_codecompletion_loadtemplates'=>[ 'path'=> '/t3editor/codecompletion/load-templates', 'target'=>\TYPO3\CMS\T3editor\CodeCompletion::class. '::processAjaxRequest']]

Definitions for routes provided by EXT:t3editor

Definition at line 30 of file t3editor/Configuration/Backend/AjaxRoutes.php.