HEX
Server: nginx/1.18.0
System: Linux proba.drlaca.appboxes.co 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
User: appbox (1000)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/php/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>
        <defaults public="false" />

        <service id="twig" class="Twig\Environment" public="true">
            <argument type="service" id="twig.loader" />
            <argument /> <!-- Twig options -->
            <call method="addGlobal">
                <argument>app</argument>
                <argument type="service" id="twig.app_variable" />
            </call>
            <call method="addRuntimeLoader">
                <argument type="service" id="twig.runtime_loader" />
            </call>
            <configurator service="twig.configurator.environment" method="configure" />
        </service>
        <service id="Twig_Environment" alias="twig" />
        <service id="Twig\Environment" alias="twig" />

        <service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable">
            <call method="setEnvironment"><argument>%kernel.environment%</argument></call>
            <call method="setDebug"><argument>%kernel.debug%</argument></call>
            <call method="setTokenStorage"><argument type="service" id="security.token_storage" on-invalid="ignore" /></call>
            <call method="setRequestStack"><argument type="service" id="request_stack" on-invalid="ignore" /></call>
        </service>

        <service id="twig.cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer">
            <tag name="kernel.cache_warmer" />
            <tag name="container.service_subscriber" id="twig" />
            <argument type="service" id="Psr\Container\ContainerInterface" />
            <argument type="service" id="templating.finder" on-invalid="ignore" />
            <argument type="collection" /> <!-- Twig paths -->
        </service>

        <service id="twig.template_iterator" class="Symfony\Bundle\TwigBundle\TemplateIterator">
            <argument type="service" id="kernel" />
            <argument>%kernel.root_dir%</argument>
            <argument type="collection" /> <!-- Twig paths -->
            <argument>%twig.default_path%</argument>
        </service>

        <service id="twig.template_cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer">
            <tag name="kernel.cache_warmer" />
            <tag name="container.service_subscriber" id="twig" />
            <argument type="service" id="Psr\Container\ContainerInterface" />
            <argument type="service" id="twig.template_iterator" />
        </service>

        <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
            <argument type="collection" /> <!-- paths -->
            <argument>%kernel.project_dir%</argument>
            <tag name="twig.loader"/>
        </service>

        <service id="twig.loader.chain" class="Twig\Loader\ChainLoader" />

        <service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension">
            <argument type="service" id="twig.profile" />
            <argument type="service" id="debug.stopwatch" on-invalid="null" />
        </service>

        <service id="twig.profile" class="Twig\Profiler\Profile" />

        <service id="data_collector.twig" class="Symfony\Bridge\Twig\DataCollector\TwigDataCollector">
            <tag name="data_collector" template="@WebProfiler/Collector/twig.html.twig" id="twig" priority="257" />
            <argument type="service" id="twig.profile" />
            <argument type="service" id="twig" />
        </service>

        <service id="twig.extension.trans" class="Symfony\Bridge\Twig\Extension\TranslationExtension">
            <argument type="service" id="translator" on-invalid="null" />
            <tag name="twig.extension" />
        </service>

        <service id="twig.extension.assets" class="Symfony\Bridge\Twig\Extension\AssetExtension">
            <argument type="service" id="assets.packages" />
        </service>

        <service id="twig.extension.code" class="Symfony\Bridge\Twig\Extension\CodeExtension">
            <tag name="twig.extension" />
            <argument type="service" id="debug.file_link_formatter" on-invalid="ignore" />
            <argument>%kernel.project_dir%</argument>
            <argument>%kernel.charset%</argument>
        </service>

        <service id="twig.extension.routing" class="Symfony\Bridge\Twig\Extension\RoutingExtension">
            <argument type="service" id="router" />
        </service>

        <service id="twig.extension.yaml" class="Symfony\Bridge\Twig\Extension\YamlExtension" />

        <service id="twig.extension.debug.stopwatch" class="Symfony\Bridge\Twig\Extension\StopwatchExtension">
            <argument type="service" id="debug.stopwatch" on-invalid="ignore" />
            <argument>%kernel.debug%</argument>
        </service>

        <service id="twig.extension.expression" class="Symfony\Bridge\Twig\Extension\ExpressionExtension" />

        <service id="twig.extension.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelExtension" />

        <service id="twig.runtime.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelRuntime">
            <argument type="service" id="fragment.handler" />
        </service>

        <service id="twig.extension.httpfoundation" class="Symfony\Bridge\Twig\Extension\HttpFoundationExtension">
            <argument type="service" id="url_helper" />
        </service>

        <service id="twig.extension.debug" class="Twig\Extension\DebugExtension" />

        <service id="twig.extension.weblink" class="Symfony\Bridge\Twig\Extension\WebLinkExtension">
            <argument type="service" id="request_stack" />
        </service>

        <service id="twig.translation.extractor" class="Symfony\Bridge\Twig\Translation\TwigExtractor">
            <argument type="service" id="twig" />
            <tag name="translation.extractor" alias="twig" />
        </service>

        <service id="workflow.twig_extension" class="Symfony\Bridge\Twig\Extension\WorkflowExtension">
            <argument type="service" id="workflow.registry" />
        </service>

        <service id="twig.exception_listener" class="Symfony\Component\HttpKernel\EventListener\ExceptionListener">
            <tag name="kernel.event_subscriber" />
            <tag name="monolog.logger" channel="request" />
            <argument>%twig.exception_listener.controller%</argument>
            <argument type="service" id="logger" on-invalid="null" />
            <argument>%kernel.debug%</argument>
        </service>

        <service id="twig.controller.exception" class="Symfony\Bundle\TwigBundle\Controller\ExceptionController" public="true">
            <argument type="service" id="twig" />
            <argument>%kernel.debug%</argument>
        </service>

        <service id="twig.controller.preview_error" class="Symfony\Bundle\TwigBundle\Controller\PreviewErrorController" public="true">
            <argument type="service" id="http_kernel" />
            <argument>%twig.exception_listener.controller%</argument>
        </service>

        <service id="twig.configurator.environment" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator">
            <argument /> <!-- date format, set in TwigExtension -->
            <argument /> <!-- interval format, set in TwigExtension -->
            <argument /> <!-- timezone, set in TwigExtension -->
            <argument /> <!-- decimals, set in TwigExtension -->
            <argument /> <!-- decimal point, set in TwigExtension -->
            <argument /> <!-- thousands separator, set in TwigExtension -->
        </service>

        <service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
            <argument /> <!-- runtime locator -->
        </service>
    </services>
</container>