Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Uri.php
function Uri::getHost
Overrides
UriInterface::getHost
File
vendor/
guzzlehttp/
psr7/
src/
Uri.php
, line 393
Class
Uri
PSR-7 URI implementation.
Namespace
GuzzleHttp\Psr7
Code
public
function
getHost
() : string {
return
$this
->
host
; }
RSS feed