TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
form
Configuration
Backend
form/Configuration/Backend/AjaxRoutes.php
Go to the documentation of this file.
1
<?php
2
use
TYPO3\CMS\Form\Controller\WizardController
;
3
7
return
[
8
// Loads the current form wizard data
9
'formwizard_load'
=> [
10
'path'
=>
'/wizard/form/load'
,
11
'target'
=> WizardController::class .
'::loadAction'
12
],
13
14
// Save the current form wizard
15
'formwizard_save'
=> [
16
'path'
=>
'/wizard/form/save'
,
17
'target'
=> WizardController::class .
'::saveAction'
18
],
19
];
Generated on Wed Nov 11 2015 01:51:50 for TYPO3 by
1.8.3