Frontend\Core\Engine\Url::getHost PHP Method

getHost() public method

Get the host
Deprecation: use $request->getHttpHost() instead
public getHost ( ) : string
return string
    public function getHost()
    {
        return $this->request->getHttpHost();
    }