You are here

protected property ContainerAwareEventDispatcher::$container in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::container

The service container.

Type: \Symfony\Component\DependencyInjection\ContainerInterface

File

core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php, line 43

Class

ContainerAwareEventDispatcher
A performance optimized container aware event dispatcher.

Namespace

Drupal\Component\EventDispatcher

Code

protected $container;