Sulu\Bundle\MediaBundle\Controller\CollectionController::getCollectionManager PHP Method

getCollectionManager() protected method

protected getCollectionManager ( ) : Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManagerInterface
return Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManagerInterface
    protected function getCollectionManager()
    {
        return $this->get('sulu_media.collection_manager');
    }