Sulu\Bundle\MediaBundle\Controller\MediaController::getCollectionRepository PHP Method

getCollectionRepository() protected method

protected getCollectionRepository ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionRepositoryInterface
return Sulu\Bundle\MediaBundle\Entity\CollectionRepositoryInterface
    protected function getCollectionRepository()
    {
        return $this->get('sulu_media.collection_repository');
    }