Sonata\ProductBundle\Controller\CatalogController::getCategoryManager PHP Method

getCategoryManager() protected method

protected getCategoryManager ( ) : Sonata\ClassificationBundle\Entity\CategoryManager
return Sonata\ClassificationBundle\Entity\CategoryManager
    protected function getCategoryManager()
    {
        return $this->get('sonata.classification.manager.category');
    }