TYPO3 CMS  TYPO3_7-6
Routes.php
Go to the documentation of this file.
1 <?php
3 
7 return [
8  // Loads the form HTML page
9  'wizard_form' => [
10  'path' => '/wizard/form/show',
11  'target' => WizardController::class . '::indexAction'
12  ],
13 ];