{% extends app.request.isXmlHttpRequest ? 'WebProfilerBundle:Profiler:ajax_layout.html.twig' : 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block toolbar %}
{% set icon %}
{% if collector.querycount > 0 %}
{% endif %}
{% if collector.invalidEntityCount > 0 %}
{% endif %}
{% endset %}
{% set text %}
No queries.
{% else %}
{{ query.sql|doctrine_pretty_query(i, loop.parent.loop.index)|raw }}
Parameters: {{ query.params|yaml_encode }} No connections.
{% endif %}No entity managers.
{% endif %}No loaded entities.
{% else %}Class | Mapping errors |
---|---|
{{ class }} |
{% if collector.mappingErrors[manager][class] is defined %}
|