You are here

public function DomainInterface::setCanonical in Domain Access 8

Sets the canonical (registered) hostname for the domain.

1 method overrides DomainInterface::setCanonical()
Domain::setCanonical in domain/src/Entity/Domain.php
Sets the canonical (registered) hostname for the domain.

File

domain/src/DomainInterface.php, line 243

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function setCanonical($hostname = NULL);