Elcodi\Store\CoreBundle\DependencyInjection\StoreCoreExtension::postLoad PHP Method

postLoad() protected method

Hook after load the full container
protected postLoad ( array $config, ContainerBuilder $container )
$config array Configuration
$container Symfony\Component\DependencyInjection\ContainerBuilder Container
    protected function postLoad(array $config, ContainerBuilder $container)
    {
        parent::postLoad($config, $container);
        $this->setupExceptions($config['error_templates'], $container);
    }