webprofiler-10.0.x-dev/templates/Collector/state.html.twig
templates/Collector/state.html.twig
{% block toolbar %}
{% set icon %}
{{ include('@webprofiler/Icon/008--config.svg') }}
<span class="sf-toolbar-value">{{ collector.getStateKeysCount }}</span>
{% endset %}
{% set text %}
<div class="sf-toolbar-info-piece">
<b>{{ 'State get'|t }}</b>
<span class="sf-toolbar-status">{{ collector.getStateKeysCount }}</span>
</div>
{% endset %}
{{ include('@webprofiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }}
{% endblock %}
{% block panel %}
{{ collector.panel() }}
{% endblock %}
