{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block toolbar %}
{% set icon %}
{% endset %}
{% set text %}
{{ collector.route ? collector.route : 'NONE' }}
|
{{ collector.format }}
|
{{ collector.statuscode }}
|
{{ collector.contenttype }}
{% endset %}
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
{% endblock %}
{% block menu %}
Request
{% endblock %}
{% block panel %}
No GET parameters
{% endif %}No POST parameters
{% endif %}No attributes
{% endif %}No cookies
{% endif %}Key | Value |
---|---|
{{ key }} | {{ value|dump }} |
No request session attributes
{% endif %} {% if profiler.parent %}