You are here

public function DomainAliasListBuilder::setDomain in Domain Access 8

Sets the domain context for this list.

Parameters

\Drupal\domain\DomainInterface $domain: The domain to set as context for the list.

File

domain_alias/src/DomainAliasListBuilder.php, line 88

Class

DomainAliasListBuilder
User interface for the domain alias overview screen.

Namespace

Drupal\domain_alias

Code

public function setDomain(DomainInterface $domain) {
  $this->domain = $domain;
}