Authenticator | Supports | +Authenticated | Duration | Passport | +Badges |
---|---|---|---|---|---|
{{ profiler_dump(authenticator.stub) }} | {{ source('@WebProfiler/Icon/' ~ (authenticator.supports ? 'yes' : 'no') ~ '.svg') }} | +{{ authenticator.authenticated is not null ? source('@WebProfiler/Icon/' ~ (authenticator.authenticated ? 'yes' : 'no') ~ '.svg') : '' }} | {{ '%0.2f'|format(authenticator.duration * 1000) }} ms | {{ authenticator.passport ? profiler_dump(authenticator.passport) : '(none)' }} | ++ {% for badge in authenticator.badges ?? [] %} + + {{ badge.stub|abbr_class }} + + {% else %} + (none) + {% endfor %} + |
Input | +{{ profiler_dump(collector.input) }} | +
Output | +{{ profiler_dump(collector.output) }} | +
No helpers
+Helpers | +
---|
{{ profiler_dump(helper) }} | +
No signals handled
+Signal | +Times handled | +Total execution time | +Memory peak | +
---|---|---|---|
{{ signal }} | +{{ data.handled }} | +{{ data.duration }} ms | +{{ data.memory }} MiB | +
- All listeners were called for this request or an error occurred + All listeners were called or an error occurred when trying to collect uncalled listeners (in which case check the logs to get more information).
diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig index 3d062becd3eba..e60d83f325875 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig @@ -35,7 +35,7 @@ {% if not collector.hasexception %}No exception was thrown and caught during the request.
+No exception was thrown and caught.
No forms were submitted for this request.
+No forms were submitted.