Sulu\Bundle\MediaBundle\Controller\AbstractMediaController::getFormatManager PHP Method

getFormatManager() protected method

Returns format-manager.
protected getFormatManager ( ) : Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManagerInterface
return Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManagerInterface
    protected function getFormatManager()
    {
        return $this->get('sulu_media.format_manager');
    }