You are here

protected property TaggedHandlersPass::$tagCache in Drupal 10

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php \Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass::tagCache

Service tag information keyed by tag name.

Type: array

File

core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php, line 46

Class

TaggedHandlersPass
Collects services to add/inject them into a consumer service.

Namespace

Drupal\Core\DependencyInjection\Compiler

Code

protected $tagCache = [];