Created
July 17, 2012 22:13
-
-
Save egulias/3132499 to your computer and use it in GitHub Desktop.
Result for the Symfony 2.1 command container:debug:listeners listener.id 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] Information for listener profiler_listener | |
Listener Id profiler_listener | |
Type: subscriber | |
Class Symfony\Component\HttpKernel\EventListener\ProfilerListener | |
Listens to: | |
-Event kernel.request | |
-Method onKernelRequest | |
-Priority 1024 | |
----------------------------------------- | |
-Event kernel.response | |
-Method onKernelResponse | |
-Priority -100 | |
----------------------------------------- | |
-Event kernel.exception | |
-Method onKernelException | |
-Priority 0 | |
----------------------------------------- | |
Tags kernel.event_subscriber | |
Public yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment