function SystemRequirementsHooks::runtimeRequirements

Implements hook_runtime_requirements().

Attributes

#[Hook('runtime_requirements')]

File

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

Class

SystemRequirementsHooks
Requirements hook implementations for system module.

Namespace

Drupal\system\Hook

Code

public function runtimeRequirements() : array {
  return SystemRequirements::checkRequirements('runtime');
}

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