You are here

public function DomainInterface::getHostname in Domain Access 8

Gets the hostname of the domain.

Return value

string The domain hostname.

1 method overrides DomainInterface::getHostname()
Domain::getHostname in domain/src/Entity/Domain.php
Gets the hostname of the domain.

File

domain/src/DomainInterface.php, line 168

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function getHostname();