Frontend\Core\Engine\Url::getHost PHP Méthode

getHost() public méthode

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