public function DomainNegotiatorInterface::getActiveId in Domain Access 8
Gets the id of the active domain.
Return value
string The id of the active domain.
1 method overrides DomainNegotiatorInterface::getActiveId()
- DomainNegotiator::getActiveId in domain/
src/ DomainNegotiator.php - Gets the id of the active domain.
File
- domain/
src/ DomainNegotiatorInterface.php, line 76
Class
- DomainNegotiatorInterface
- Handles the negotiation of the active domain record.
Namespace
Drupal\domainCode
public function getActiveId();