You are here

public function DomainNegotiator::getHttpHost in Domain Access 8

Gets the inbound httpHost request.

Return value

string A string representing the hostname of the request (e.g. example.com).

Overrides DomainNegotiatorInterface::getHttpHost

File

domain/src/DomainNegotiator.php, line 193

Class

DomainNegotiator

Namespace

Drupal\domain

Code

public function getHttpHost() {
  return $this->httpHost;
}