KernelLoader::getContainer PHP Method

getContainer() public method

public getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
return Symfony\Component\DependencyInjection\ContainerInterface
    public function getContainer()
    {
        return $this->getKernel()->getContainer();
    }