Sulu\Bundle\MediaBundle\Controller\MediaStreamController::getStorage PHP Method

getStorage() protected method

getStorage.
protected getStorage ( ) : Sulu\Bundle\MediaBundle\Media\Storage\StorageInterface
return Sulu\Bundle\MediaBundle\Media\Storage\StorageInterface
    protected function getStorage()
    {
        if ($this->storage === null) {
            $this->storage = $this->get('sulu_media.storage');
        }
        return $this->storage;
    }