HookCollectorPass::$proceduralHooks

An array of procedural hook implementations.

This is keyed by hook and module name, with the value always FALSE. This corresponds to the $implementations parameter of hook_module_implements_alter().

(This is required only for BC.)

Type: proceduralHooks

File

core/lib/Drupal/Core/Hook/HookCollectorPass.php, line 54

Class

HookCollectorPass
Collects and registers hook implementations.

Namespace

Drupal\Core\Hook

Code

protected array $proceduralHooks = [];

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