‪TYPO3CMS  9.5
Routes.php
Go to the documentation of this file.
1 <?php
2 
4 
9 return [
10  'install.backend-user-confirmation' => [
11  'path' => '/install/backend-user-confirmation',
12  'target' => BackendModuleController::class . '::backendUserConfirmationAction'
13  ],
14 ];
‪TYPO3\CMS\Install\Controller\BackendModuleController
Definition: BackendModuleController.php:46