SystemManager

System Manager Service.

Hierarchy

File

core/modules/system/src/SystemManager.php, line 16

Namespace

Drupal\system

Members

Name Modifiers Type Description
SystemManager::$menuActiveTrail protected property The active menu trail service.
SystemManager::$menuItems protected property A static cache of menu items.
SystemManager::$menuTree protected property The menu link tree manager.
SystemManager::$moduleHandler protected property Module handler service.
SystemManager::$requestStack protected property The request stack.
SystemManager::checkRequirements public function Checks for requirement severity.
SystemManager::getAdminBlock public function Provide a single block on the administration overview page.
SystemManager::getBlockContents public function Loads the contents of a menu block.
SystemManager::getMaxSeverity public function Extracts the highest severity from the requirements array.
SystemManager::listRequirements public function Displays the site status report. Can also be used as a pure check.
SystemManager::REQUIREMENT_ERROR constant Requirement severity -- Error condition; abort installation.
SystemManager::REQUIREMENT_OK constant Requirement severity -- Requirement successfully met.
SystemManager::REQUIREMENT_WARNING constant Requirement severity -- Warning condition; proceed but flag warning.
SystemManager::__construct public function Constructs a SystemManager object.
doc_Drupal
2016-10-29 09:45:46
Comments
Leave a Comment

Please login to continue.