File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Symfony/Component/EventDispatcher Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
* </dd>
38
38
* </dl>
39
39
*/
40
- class DrupalEventDispatcher implements EventDispatcherInterface
40
+ class CompiledEventDispatcher implements EventDispatcherInterface
41
41
{
42
42
/**
43
43
* The service container.
Original file line number Diff line number Diff line change 15
15
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
16
16
17
17
/**
18
- * Compiler pass to register tagged services for an event dispatcher.
18
+ * Compiler pass to register tagged services for a compiled event dispatcher.
19
19
*/
20
- class DrupalRegisterListenersPass implements CompilerPassInterface
20
+ class CompiledRegisterListenersPass implements CompilerPassInterface
21
21
{
22
22
/**
23
23
* @var string
You can’t perform that action at this time.
0 commit comments