Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /html/hilker-solar-dev/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /html/hilker-solar-dev/vendor/symfony/error-handler/ErrorHandler.php on line 76

Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /html/hilker-solar-dev/vendor/symfony/error-handler/ErrorHandler.php on line 191
Symfony Profiler

vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_item.html.twig line 1

Open in your IDE?
  1. <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="{{ url('_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>