Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SystemInfoController.php

function SystemInfoController::__construct

Constructs a SystemInfoController object.

Parameters

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

File

core/modules/system/src/Controller/SystemInfoController.php, line 41

Class

SystemInfoController
Returns responses for System Info routes.

Namespace

Drupal\system\Controller

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal