HookCollectorPass::$implementations

An associative array of hook implementations.

Keys are hook, class, method. Values are the named parameters of a Hook attribute.

Type: implementations

File

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

Class

HookCollectorPass
Collects and registers hook implementations.

Namespace

Drupal\Core\Hook

Code

protected array $implementations = [];

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