![]() |
TYPO3
7.6
|
Go to the source code of this file.
Variables | |
return [ 'formwizard_load'=>[ 'path'=> '/wizard/form/load', 'target'=> WizardController::class. '::loadAction'], 'formwizard_save'=>[ 'path'=> '/wizard/form/save', 'target'=> WizardController::class. '::saveAction'],] | |
return[ 'formwizard_load'=>[ 'path'=> '/wizard/form/load', 'target'=> WizardController::class. '::loadAction'], 'formwizard_save'=>[ 'path'=> '/wizard/form/save', 'target'=> WizardController::class. '::saveAction'],] |
Definitions for AJAX routes provided by EXT:form
Definition at line 19 of file form/Configuration/Backend/AjaxRoutes.php.