You are here

public function DomainNegotiator::setHttpHost in Domain Access 8

Stores the inbound httpHost request.

Parameters

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

Overrides DomainNegotiatorInterface::setHttpHost

1 call to DomainNegotiator::setHttpHost()
DomainNegotiator::setRequestDomain in domain/src/DomainNegotiator.php
Determines the active domain request.

File

domain/src/DomainNegotiator.php, line 186

Class

DomainNegotiator

Namespace

Drupal\domain

Code

public function setHttpHost($httpHost) {
  $this->httpHost = $httpHost;
}