TYPO3CMS
9.5
|
Go to the source code of this file.
Variables | |
return ['install.backend-user-confirmation'=>['path'=> '/install/backend-user-confirmation', 'target'=> BackendModuleController::class . '::backendUserConfirmationAction'],] | |
return[ 'install.backend-user-confirmation'=>[ 'path'=> '/install/backend-user-confirmation', 'target'=> BackendModuleController::class . '::backendUserConfirmationAction'],] |
Defines routes for Install Tool being called from backend context.
Definition at line 9 of file Routes.php.