Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,97 @@
<?php
/* @WebProfiler/Profiler/toolbar_item.html.twig */
class __TwigTemplate_1930422918ba330845d63aa6bdfe205901963efbdbb6ced3cd012c29514fd384 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_6686768133aa7011feae7a4a2ea1ae0d1410ee6e1d36db6dde8a9e6f02410d9c = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_6686768133aa7011feae7a4a2ea1ae0d1410ee6e1d36db6dde8a9e6f02410d9c->enter($__internal_6686768133aa7011feae7a4a2ea1ae0d1410ee6e1d36db6dde8a9e6f02410d9c_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/toolbar_item.html.twig"));
$__internal_c31a047187b9568cd2c69fdc5b53f22420f2765ac1272c0277021be810120f43 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_c31a047187b9568cd2c69fdc5b53f22420f2765ac1272c0277021be810120f43->enter($__internal_c31a047187b9568cd2c69fdc5b53f22420f2765ac1272c0277021be810120f43_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/toolbar_item.html.twig"));
// line 1
echo "<div class=\"sf-toolbar-block sf-toolbar-block-";
echo twig_escape_filter($this->env, ($context["name"] ?? $this->getContext($context, "name")), "html", null, true);
echo " sf-toolbar-status-";
echo twig_escape_filter($this->env, ((array_key_exists("status", $context)) ? (_twig_default_filter(($context["status"] ?? $this->getContext($context, "status")), "normal")) : ("normal")), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ((array_key_exists("additional_classes", $context)) ? (_twig_default_filter(($context["additional_classes"] ?? $this->getContext($context, "additional_classes")), "")) : ("")), "html", null, true);
echo "\" ";
echo ((array_key_exists("block_attrs", $context)) ? (_twig_default_filter(($context["block_attrs"] ?? $this->getContext($context, "block_attrs")), "")) : (""));
echo ">
";
// line 2
if (( !array_key_exists("link", $context) || ($context["link"] ?? $this->getContext($context, "link")))) {
echo "<a href=\"";
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("_profiler", array("token" => ($context["token"] ?? $this->getContext($context, "token")), "panel" => ($context["name"] ?? $this->getContext($context, "name")))), "html", null, true);
echo "\">";
}
// line 3
echo " <div class=\"sf-toolbar-icon\">";
echo twig_escape_filter($this->env, ((array_key_exists("icon", $context)) ? (_twig_default_filter(($context["icon"] ?? $this->getContext($context, "icon")), "")) : ("")), "html", null, true);
echo "</div>
";
// line 4
if (((array_key_exists("link", $context)) ? (_twig_default_filter(($context["link"] ?? $this->getContext($context, "link")), false)) : (false))) {
echo "</a>";
}
// line 5
echo " <div class=\"sf-toolbar-info\">";
echo twig_escape_filter($this->env, ((array_key_exists("text", $context)) ? (_twig_default_filter(($context["text"] ?? $this->getContext($context, "text")), "")) : ("")), "html", null, true);
echo "</div>
</div>
";
$__internal_6686768133aa7011feae7a4a2ea1ae0d1410ee6e1d36db6dde8a9e6f02410d9c->leave($__internal_6686768133aa7011feae7a4a2ea1ae0d1410ee6e1d36db6dde8a9e6f02410d9c_prof);
$__internal_c31a047187b9568cd2c69fdc5b53f22420f2765ac1272c0277021be810120f43->leave($__internal_c31a047187b9568cd2c69fdc5b53f22420f2765ac1272c0277021be810120f43_prof);
}
public function getTemplateName()
{
return "@WebProfiler/Profiler/toolbar_item.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 51 => 5, 47 => 4, 42 => 3, 36 => 2, 25 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("<div class=\"sf-toolbar-block sf-toolbar-block-{{ name }} sf-toolbar-status-{{ status|default('normal') }} {{ additional_classes|default('') }}\" {{ block_attrs|default('')|raw }}>
{% if link is not defined or link %}<a href=\"{{ path('_profiler', { token: token, panel: name }) }}\">{% endif %}
<div class=\"sf-toolbar-icon\">{{ icon|default('') }}</div>
{% if link|default(false) %}</a>{% endif %}
<div class=\"sf-toolbar-info\">{{ text|default('') }}</div>
</div>
", "@WebProfiler/Profiler/toolbar_item.html.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig");
}
}