SystemInfoController::__construct

public SystemInfoController::__construct(SystemManager $systemManager)

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;
}
doc_Drupal
2016-10-29 09:45:46
Comments
Leave a Comment

Please login to continue.