Knp\Bundle\KnpBundlesBundle\Features\Context\SolrContext::getContainer PHP Method

getContainer() protected method

gets container from kernel
protected getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
return Symfony\Component\DependencyInjection\ContainerInterface
    protected function getContainer()
    {
        return $this->kernel->getContainer();
    }