{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% macro operationLine(key, operation, actualOperationName, n) %} {% set context_id = 'operation-' ~ n %}
| {% if name is defined %}{{ name|capitalize }}{% endif %}Name | Operation |
|---|---|
| No available {{ name|lower }} operation for this resource. | |
No calls to {{ name }} have been recorded.
| # | Used | {{ name|capitalize }} |
|---|---|---|
| {{ loop.index }} | {% if used is same as(true) %} TRUE {% elseif used is same as(false) %} FALSE {% else %} NOT USED {% endif %} | {{ class }} |
| Context{{ profiler_dump(object.context, 2) }} | ||