9 'path' =>
'/t3editor/save',
10 'target' => \TYPO3\CMS\T3editor\T3editor::class .
'::ajaxSaveCode'
14 't3editor_get_plugins' => [
15 'path' =>
'/t3editor/get-plugins',
16 'target' => \TYPO3\CMS\T3editor\T3editor::class .
'::getPlugins'
21 'path' =>
'/t3editor/tsref',
22 'target' => \TYPO3\CMS\T3editor\TypoScriptReferenceLoader::class .
'::processAjaxRequest'
26 't3editor_codecompletion_loadtemplates' => [
27 'path' =>
'/t3editor/codecompletion/load-templates',
28 'target' => \TYPO3\CMS\T3editor\CodeCompletion::class .
'::processAjaxRequest'