TYPO3  7.6
Variables
form/Configuration/Backend/AjaxRoutes.php File Reference

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

Variable Documentation

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.