TYPO3 CMS  TYPO3_7-6
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'],]
 

Variable Documentation

◆ return

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'],]

Definitions of routes

Definition at line 27 of file Routes.php.