public function DomainInterface::getCanonical in Domain Access 8
Retrieves the canonical (registered) hostname for the domain.
Return value
string A hostname string.
1 method overrides DomainInterface::getCanonical()
- Domain::getCanonical in domain/
src/ Entity/ Domain.php - Retrieves the canonical (registered) hostname for the domain.
File
- domain/
src/ DomainInterface.php, line 238
Class
- DomainInterface
- Provides an interface defining a domain entity.
Namespace
Drupal\domainCode
public function getCanonical();