class PgsqlRequirementsHooks
Same name and namespace in other branches
- 11.x core/modules/pgsql/src/Hook/PgsqlRequirementsHooks.php \Drupal\pgsql\Hook\PgsqlRequirementsHooks
Hook implementations for pgsql module.
Hierarchy
- class \Drupal\pgsql\Hook\PgsqlRequirementsHooks
Expanded class hierarchy of PgsqlRequirementsHooks
File
-
core/
modules/ pgsql/ src/ Hook/ PgsqlRequirementsHooks.php, line 11
Namespace
Drupal\pgsql\HookView 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.