Plank\Mediable\Media::getUrlGenerator PHP Method

getUrlGenerator() protected method

Get a UrlGenerator instance for the media.
protected getUrlGenerator ( ) : Plank\Mediable\UrlGenerators\UrlGenerator
return Plank\Mediable\UrlGenerators\UrlGenerator
    protected function getUrlGenerator()
    {
        return app('mediable.url.factory')->create($this);
    }