You are here

public function DomainNegotiatorInterface::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).

1 method overrides DomainNegotiatorInterface::getHttpHost()
DomainNegotiator::getHttpHost in domain/src/DomainNegotiator.php
Gets the inbound httpHost request.

File

domain/src/DomainNegotiatorInterface.php, line 68

Class

DomainNegotiatorInterface
Handles the negotiation of the active domain record.

Namespace

Drupal\domain

Code

public function getHttpHost();