public function SystemInfoController::__construct

Constructs a SystemInfoController object.

Parameters

\Drupal\system\SystemManager $systemManager: System manager service.

File

drupal/core/modules/system/lib/Drupal/system/Controller/SystemInfoController.php, line 43
Contains \Drupal\system\Controller\SystemInfoController.

Class

SystemInfoController
Returns responses for System Info routes.

Namespace

Drupal\system\Controller

Code

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