{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% import _self as phpcr %}
{% block toolbar %}
{% if collector.callcount > 0 %}
{% set profiler_markup_version = profiler_markup_version|default(1) %}
{% set icon %}
{% if profiler_markup_version == 1 %}
{% if collector.callcount > 0 %}
{% endif %}
{% else %}
{% set status = collector.callcount > 50 ? 'yellow' %}
{{ include('@DoctrinePHPCR/Collector/icon.svg') }}
{% endif %}
{% endset %}
{% set text %}
No calls.
#▲ | Time | Info |
---|---|---|
{{ loop.index }} | {{ '%0.2f'|format(call.executionMS * 1000) }} ms |
{{ call.method|raw }} Parameters: {{ call.params|yaml_encode }} Environment: {{ call.env|yaml_encode }} {% if call.caller is defined %} Callers
|
No loaded documents.
Class |
---|
{{ class }} |
{{ key_label|default("Key")}} | {{ value_label|default("Value")}} |
---|---|
{{ key }} | {{ value }} |
{{ empty_message|default("No data") }}.