TYPO3  7.6
Variables
rtehtmlarea/Configuration/Backend/Routes.php File Reference

Go to the source code of this file.

Variables

 return [ 'rtehtmlarea_wizard_browse_links'=>[ 'path'=> '/rte/wizard/link', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\BrowseLinksController::class. '::mainAction'], 'rtehtmlarea_wizard_select_image'=>[ 'path'=> '/rte/wizard/image', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::class. '::mainAction'], 'rtehtmlarea_wizard_user_elements'=>[ 'path'=> '/rte/wizard/userelements', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\UserElementsController::class. '::mainAction'], 'rtehtmlarea_wizard_parse_html'=>[ 'path'=> '/rte/wizard/parsehtml', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\ParseHtmlController::class. '::mainAction'], 'rtehtmlarea_spellchecker'=>[ 'path'=> '/rte/spellchecker', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::class. '::main'],]
 

Variable Documentation

return[ 'rtehtmlarea_wizard_browse_links'=>[ 'path'=> '/rte/wizard/link', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\BrowseLinksController::class. '::mainAction'], 'rtehtmlarea_wizard_select_image'=>[ 'path'=> '/rte/wizard/image', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::class. '::mainAction'], 'rtehtmlarea_wizard_user_elements'=>[ 'path'=> '/rte/wizard/userelements', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\UserElementsController::class. '::mainAction'], 'rtehtmlarea_wizard_parse_html'=>[ 'path'=> '/rte/wizard/parsehtml', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\ParseHtmlController::class. '::mainAction'], 'rtehtmlarea_spellchecker'=>[ 'path'=> '/rte/spellchecker', 'target'=>\TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::class. '::main'],]

Definitions of routes

Definition at line 32 of file rtehtmlarea/Configuration/Backend/Routes.php.