You are here

public function DomainInterface::isActive in Domain Access 8

Detects if the current domain is the active domain.

Return value

bool TRUE if domain enabled, FALSE otherwise.

1 method overrides DomainInterface::isActive()
Domain::isActive in domain/src/Entity/Domain.php
Detects if the current domain is the active domain.

File

domain/src/DomainInterface.php, line 24

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function isActive();