Skip to content

Instantly share code, notes, and snippets.

View egulias's full-sized avatar

Eduardo Gulias Davis egulias

View GitHub Profile
@egulias
egulias / Result for container:debug:listeners event.name
Created July 9, 2012 16:43
Result for the Symfony 2 command container:debug:listeners event.name of my bundle.
[container] Information for listener security.firewall
Listener Id security.firewall
Class Symfony\Component\Security\Http\Firewall
Listens to:
-Event kernel.request
-Method onKernelRequest
-Priority 64
Tags kernel.event_listener
Public yes
@egulias
egulias / Result for container:debug:listeners --event=kernel.request
Created July 9, 2012 16:40
Result for the Symfony 2 command container:debug:listeners --event=kernel.request of my bundle.
[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\S
@egulias
egulias / Result for container:debug:listeners
Created July 9, 2012 16:37
Result for the Symfony 2 command container:debug:listeners of my bundle.
[container] Public (services) listeners
Name Event Class Name
acme.demo.listener kernel.controller Acme\DemoBundle\ControllerListener
assetic.request_listener kernel.request Symfony\Bundle\AsseticBundle\EventListener\RequestListener
data_collector.request kernel.controller Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
egulias.quiz.listener egulias.quiz.pre_save_response Egulias\QuizBundle\EventListener\QuizListener
egulias_extra_cli_tools.example kernel.request Egulias\ExtraCLIToolsBundle\EventListener\TestListener
monolog.handler.firephp kernel.response Symfony\Bridge\Monolog\Handler\FirePHPHandler
profiler_listener kernel.response Symfony\Component\HttpKernel\EventListener\ProfilerListener
profiler_liste