{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% import _self as helper %} {% block menu %} {{ include('@WebProfiler/Icon/event.svg') }} Events {% endblock %} {% block panel %}
No events have been recorded. Check that debugging is enabled in the kernel.
There are no uncalled listeners.
All listeners were called for this request or an error occurred when trying to collect uncalled listeners (in which case check the logs to get more information).
There are no orphaned events.
All dispatched events were handled or an error occurred when trying to collect orphaned events (in which case check the logs to get more information).
Event |
---|
{{ event }} |
Priority | Listener |
---|---|
{{ listener.event }} | |
{{ listener.priority|default('-') }} | {{ profiler_dump(listener.stub) }} |