class PgsqlRequirementsHooks

Same name and namespace in other branches
  1. 11.x core/modules/pgsql/src/Hook/PgsqlRequirementsHooks.php \Drupal\pgsql\Hook\PgsqlRequirementsHooks

Hook implementations for pgsql module.

Hierarchy

Expanded class hierarchy of PgsqlRequirementsHooks

File

core/modules/pgsql/src/Hook/PgsqlRequirementsHooks.php, line 11

Namespace

Drupal\pgsql\Hook
View source
class PgsqlRequirementsHooks {
  
  /**
   * Implements hook_update_requirements().
   *
   * Implements hook_runtime_requirements().
   */
  public function checkRequirements() : array {
    // We want the identical check from the install time requirements.
    return PgsqlRequirements::getRequirements();
  }

}

Members

Title Sort descending Modifiers Object type Summary
PgsqlRequirementsHooks::checkRequirements public function Implements hook_update_requirements().

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