public function DomainStorageInterface::createHostname in Domain Access 8
Gets the hostname of the active request.
Return value
string The hostname string of the current request.
1 method overrides DomainStorageInterface::createHostname()
- DomainStorage::createHostname in domain/
src/ DomainStorage.php - Gets the hostname of the active request.
File
- domain/
src/ DomainStorageInterface.php, line 98
Class
- DomainStorageInterface
- Provides an interface for domain entity storage.
Namespace
Drupal\domainCode
public function createHostname();