You are here

public function SystemInfoController::__construct in Drupal 8

Same name and namespace in other branches
  1. 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\Controller

Code

public function __construct(SystemManager $systemManager) {
  $this->systemManager = $systemManager;
}