comparison core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
34 class ContainerAwareEventDispatcher implements EventDispatcherInterface { 34 class ContainerAwareEventDispatcher implements EventDispatcherInterface {
35 35
36 /** 36 /**
37 * The service container. 37 * The service container.
38 * 38 *
39 * @var \Symfony\Component\DependencyInjection\ContainerInterface; 39 * @var \Symfony\Component\DependencyInjection\ContainerInterface
40 */ 40 */
41 protected $container; 41 protected $container;
42 42
43 /** 43 /**
44 * Listener definitions. 44 * Listener definitions.