HookCollectorPass::$removeHookIdentifiers

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Hook/HookCollectorPass.php \Drupal\Core\Hook\HookCollectorPass::removeHookIdentifiers

Lists of implementation identifiers to remove, keyed by hook name.

An identifier can be a function name or a "$class::$method" string.

Type: array>

File

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

Class

HookCollectorPass
Collects and registers hook implementations.

Namespace

Drupal\Core\Hook

Code

protected array $removeHookIdentifiers = [];

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