Created
July 9, 2012 16:40
-
-
Save egulias/3077506 to your computer and use it in GitHub Desktop.
Result for the Symfony 2 command container:debug:listeners --event=kernel.request of my bundle.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[container] Public (services) listeners | |
Name Event Class Name | |
assetic.request_listener kernel.request Symfony\Bundle\AsseticBundle\EventListener\RequestListener | |
egulias_extra_cli_tools.example kernel.request Egulias\ExtraCLIToolsBundle\EventListener\TestListener | |
profiler_listener kernel.request Symfony\Component\HttpKernel\EventListener\ProfilerListener | |
router_listener kernel.request Symfony\Bundle\FrameworkBundle\EventListener\RouterListener | |
router_listener kernel.request Symfony\Bundle\FrameworkBundle\EventListener\RouterListener | |
security.firewall kernel.request Symfony\Component\Security\Http\Firewall | |
session_listener kernel.request Symfony\Bundle\FrameworkBundle\EventListener\SessionListener |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment