function SystemRequirementsHooks::runtimeRequirements

Same name and namespace in other branches
  1. 11.x core/modules/system/src/Hook/SystemRequirementsHooks.php \Drupal\system\Hook\SystemRequirementsHooks::runtimeRequirements()

Implements hook_runtime_requirements().

Attributes

#[Hook('runtime_requirements')]

File

core/modules/system/src/Hook/SystemRequirementsHooks.php, line 46

Class

SystemRequirementsHooks
Requirements hook implementations for system module.

Namespace

Drupal\system\Hook

Code

public function runtimeRequirements() : array {
  return $this->checkRequirements('runtime');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.