public function SystemInfoController::__construct in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/src/Controller/SystemInfoController.php \Drupal\system\Controller\SystemInfoController::__construct()
- 9 core/modules/system/src/Controller/SystemInfoController.php \Drupal\system\Controller\SystemInfoController::__construct()
Constructs a SystemInfoController object.
Parameters
\Drupal\system\SystemManager $systemManager: System manager service.
File
- core/
modules/ system/ src/ Controller/ SystemInfoController.php, line 37
Class
- SystemInfoController
- Returns responses for System Info routes.
Namespace
Drupal\system\ControllerCode
public function __construct(SystemManager $systemManager) {
$this->systemManager = $systemManager;
}