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
Namespace
Drupal\domainCode
public function getHttpHost() {
return $this->httpHost;
}