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

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 AjaxRoutes.php.