{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block toolbar %}
{% set icon %}
{% endset %}
{% set text %}
{% spaceless %}
{% if collector.controller.class is defined %}
{{ collector.controller.class|abbr_class }}
::
{% set link = collector.controller.file|file_link(collector.controller.line) %}
{% if link %}{{ collector.controller.method }}{% else %}{{ collector.controller.method }}{% endif %}
{% else %}
{{ collector.controller }}
{% endif %}
|
{{ collector.route ? collector.route : 'NONE' }}
|
{{ collector.statuscode }}
{% endspaceless %}
{% 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 %}{% if collector.content == false %} Request content not available (it was retrieved as a resource). {% elseif collector.content %}
{{ collector.content }}{% else %} No content {% endif %}
Key | Value |
---|---|
{{ key }} | {{ attributes[key]|yaml_dump }} |
No session attributes
{% endif %} {% if profile.parent %}