8000 Rename DrupalEventDispatcher to CompiledEventDispatcher · symfony/symfony@6237aeb · GitHub
[go: up one dir, main page]

Skip to content

Commit 6237aeb

Browse files
committed
Rename DrupalEventDispatcher to CompiledEventDispatcher
1 parent dd6c68c commit 6237aeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Component/EventDispatcher/DrupalEventDispatcher.php renamed to src/Symfony/Component/EventDispatcher/CompiledEventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* </dd>
3838
* </dl>
3939
*/
40-
class DrupalEventDispatcher implements EventDispatcherInterface
40+
class CompiledEventDispatcher implements EventDispatcherInterface
4141
{
4242
/**
4343
* The service container.

src/Symfony/Component/EventDispatcher/DependencyInjection/DrupalRegisterListenersPass.php renamed to src/Symfony/Component/EventDispatcher/DependencyInjection/CompiledRegisterListenersPass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1616

1717
/**
18-
* Compiler pass to register tagged services for an event dispatcher.
18+
* Compiler pass to register tagged services for a compiled event dispatcher.
1919
*/
20-
class DrupalRegisterListenersPass implements CompilerPassInterface
20+
class CompiledRegisterListenersPass implements CompilerPassInterface
2121
{
2222
/**
2323
* @var string

0 commit comments

Comments
 (0)
0