App\Services\Medialibrary\MediaLibraryUrlGenerator::getUrl PHP Method

getUrl() public method

public getUrl ( ) : string
return string
    public function getUrl() : string
    {
        return '/media/' . $this->getPathRelativeToRoot();
    }
MediaLibraryUrlGenerator