Pantheon\Terminus\Models\TerminusModel::getUrl PHP Method

getUrl() public method

Get the URL for this model
public getUrl ( ) : string
return string
    public function getUrl()
    {
        return $this->url;
    }