Timber\Site::get_url PHP Method

get_url() public method

Deprecation: 0.21.9
public get_url ( ) : string
return string
    public function get_url()
    {
        Helper::warn('{{site.get_url}} is deprecated, use {{site.link}} instead');
        return $this->link();
    }