TYPO3 CMS  TYPO3_7-6
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['rte_insert_image'=> ['path'=> '/rte/insert-image', 'target'=> \TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::class . '::buildImageMarkup',], 'rtehtmlarea_spellchecker'=> ['path'=> '/rte/spellchecker', 'target'=> \TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::class . '::main'],]
 

Variable Documentation

◆ return

return[ 'rte_insert_image'=> [ 'path'=> '/rte/insert-image', 'target'=> \TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::class . '::buildImageMarkup',], 'rtehtmlarea_spellchecker'=> [ 'path'=> '/rte/spellchecker', 'target'=> \TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::class . '::main'],]

Definitions for routes provided by EXT:backend Contains all AJAX-based routes for entry points

Currently the "access" property is only used so no token creation + validation is made but will be extended further.

Definition at line 20 of file AjaxRoutes.php.