function HookCollectorPass::getImplementations

This method is only to be used by ModuleHandler.

@internal

File

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

Class

HookCollectorPass
Collects and registers hook implementations.

Namespace

Drupal\Core\Hook

Code

public function getImplementations() : array {
    return $this->implementations;
}

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