‪TYPO3CMS  9.5
Routes.php File Reference

Go to the source code of this file.

Variables

 return ['install.backend-user-confirmation'=>['path'=> '/install/backend-user-confirmation', 'target'=> BackendModuleController::class . '::backendUserConfirmationAction'],]
 

Variable Documentation

◆ return

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.