KernelLoader::getContainer PHP Méthode

getContainer() public méthode

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