function SystemManager::checkRequirements
Same name in other branches
- 9 core/modules/system/src/SystemManager.php \Drupal\system\SystemManager::checkRequirements()
- 10 core/modules/system/src/SystemManager.php \Drupal\system\SystemManager::checkRequirements()
- 11.x core/modules/system/src/SystemManager.php \Drupal\system\SystemManager::checkRequirements()
Checks for requirement severity.
Return value
bool Returns the status of the system.
File
-
core/
modules/ system/ src/ SystemManager.php, line 94
Class
- SystemManager
- System Manager Service.
Namespace
Drupal\systemCode
public function checkRequirements() {
$requirements = $this->listRequirements();
return $this->getMaxSeverity($requirements) == static::REQUIREMENT_ERROR;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.