PHP 8.3.30
Preview: ConfigurableExtension.php Size: 1.23 KB
/home/getspomw/.trash/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\HttpKernel\DependencyInjection;

use Symfony\Component\DependencyInjection\ContainerBuilder;

/**
 * This extension sub-class provides first-class integration with the
 * Config/Definition Component.
 *
 * You can use this as base class if
 *
 *    a) you use the Config/Definition component for configuration,
 *    b) your configuration class is named "Configuration", and
 *    c) the configuration class resides in the DependencyInjection sub-folder.
 *
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 */
abstract class ConfigurableExtension extends Extension
{
    final public function load(array $configs, ContainerBuilder $container): void
    {
        $this->loadInternal($this->processConfiguration($this->getConfiguration($configs, $container), $configs), $container);
    }

    /**
     * Configures the passed container according to the merged configuration.
     */
    abstract protected function loadInternal(array $mergedConfig, ContainerBuilder $container): void;
}

Directory Contents

Dirs: 0 × Files: 13

Name Size Perms Modified Actions
4.27 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.23 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.99 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.63 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.04 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.38 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.46 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.10 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
11.73 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.36 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.71 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.09 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.59 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).