X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fdevel%2Fwebprofiler%2Ftemplates%2FCollector%2Fstate.html.twig;fp=web%2Fmodules%2Fcontrib%2Fdevel%2Fwebprofiler%2Ftemplates%2FCollector%2Fstate.html.twig;h=e19b13baf9458685497266a8a1acbaab47abf2e7;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/devel/webprofiler/templates/Collector/state.html.twig b/web/modules/contrib/devel/webprofiler/templates/Collector/state.html.twig new file mode 100644 index 000000000..e19b13baf --- /dev/null +++ b/web/modules/contrib/devel/webprofiler/templates/Collector/state.html.twig @@ -0,0 +1,36 @@ +{% block toolbar %} + {% set icon %} + + {{ 'State'|t }} + {{ collector.getStateKeysCount }} + + {% endset %} + {% set text %} +
+ {{ 'State get'|t }} + {{ collector.getStateKeysCount }} +
+ {% endset %} + +
+
{{ icon|default('') }}
+
{{ text|default('') }}
+
+{% endblock %} + +{% block panel %} + +{% endblock %}