Knp\Bundle\KnpBundlesBundle\Features\Context\SolrContext::getContainer PHP Метод

getContainer() защищенный Метод

gets container from kernel
protected getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
Результат Symfony\Component\DependencyInjection\ContainerInterface
    protected function getContainer()
    {
        return $this->kernel->getContainer();
    }