TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
form
Configuration
Backend
form/Configuration/Backend/Routes.php
Go to the documentation of this file.
1
<?php
2
use
TYPO3\CMS\Form\Controller\WizardController
;
3
7
return
[
8
// Loads the form HTML page
9
'wizard_form'
=> [
10
'path'
=>
'/wizard/form/show'
,
11
'target'
=> WizardController::class .
'::indexAction'
12
],
13
];
Generated on Wed Nov 11 2015 01:52:03 for TYPO3 by
1.8.3