Nelmio\Alice\Bridge\Symfony\Application\AppKernel::registerContainerConfiguration PHP Method

registerContainerConfiguration() public method

public registerContainerConfiguration ( Symfony\Component\Config\Loader\LoaderInterface $loader )
$loader Symfony\Component\Config\Loader\LoaderInterface
    public function registerContainerConfiguration(LoaderInterface $loader)
    {
        $config = null === $this->config ? __DIR__ . '/config.yml' : $this->config;
        $loader->load($config);
    }