‪TYPO3CMS  11.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',], 'install.server-response-check.host'=>['access'=> 'public', 'path'=> '/install/server-response-check/host', 'target'=> ServerResponseCheckController::class . '::checkHostAction',],]
 

Variable Documentation

◆ return

return[ 'install.backend-user-confirmation'=>[ 'path'=> '/install/backend-user-confirmation', 'target'=> BackendModuleController::class . '::backendUserConfirmationAction',], 'install.server-response-check.host'=>[ 'access'=> 'public', 'path'=> '/install/server-response-check/host', 'target'=> ServerResponseCheckController::class . '::checkHostAction',],]

Defines routes for Install Tool being called from backend context.

Definition at line 10 of file Routes.php.