public function DomainNegotiatorInterface::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).
1 method overrides DomainNegotiatorInterface::setHttpHost()
- DomainNegotiator::setHttpHost in domain/
src/ DomainNegotiator.php - Stores the inbound httpHost request.
File
- domain/
src/ DomainNegotiatorInterface.php, line 60
Class
- DomainNegotiatorInterface
- Handles the negotiation of the active domain record.
Namespace
Drupal\domainCode
public function setHttpHost($httpHost);