{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block head %} {{ parent() }} {% endblock %} {% block toolbar %} {% if collector.violationsCount > 0 or collector.calls|length %} {% set status_color = collector.violationsCount ? 'red' %} {% set icon %} {{ source('@WebProfiler/Icon/validator.svg') }}
{% endset %} {% set text %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} {% endif %} {% endblock %} {% block menu %} {{ source('@WebProfiler/Icon/validator.svg') }} Validator {% if collector.violationsCount > 0 %} {{ collector.violationsCount }} {% endif %} {% endblock %} {% block panel %}Path | Message | Invalid value | Violation |
---|---|---|---|
{{ violation.propertyPath }} | {{ violation.message }} | {{ profiler_dump(violation.seek('invalidValue')) }} | {{ profiler_dump(violation) }} |
No calls to the validator were collected during this request.