Returns responses for System Info routes.
Hierarchy
- class \Drupal\system\Controller\SystemInfoController implements ContainerInjectionInterface
File
- core/modules/system/src/Controller/SystemInfoController.php, line 13
Namespace
Drupal\system\Controller
Members
Name | Modifiers | Type | Description |
---|---|---|---|
SystemInfoController::$systemManager | protected | property | System Manager Service. |
SystemInfoController::create | public static | function | Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create |
SystemInfoController::php | public | function | Returns the contents of phpinfo(). |
SystemInfoController::status | public | function | Displays the site status report. |
SystemInfoController::__construct | public | function | Constructs a SystemInfoController object. |
Please login to continue.