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

isSolrEnabled() protected method

protected isSolrEnabled ( )
    protected function isSolrEnabled()
    {
        $utils = $this->getContainer()->get('knp_bundles.utils.solr');
        return $utils->isSolrRunning();
    }