You are here

public function DomainInterface::getMatchType in Domain Access 8

Gets the type of record match returned by the negotiator.

This value will be set by the domain negotiation routine and is not present when loading a domain record via DomainStorageInterface.

Return value

int The domain record match type.

See also

setMatchType()

1 method overrides DomainInterface::getMatchType()
Domain::getMatchType in domain/src/Entity/Domain.php
Gets the type of record match returned by the negotiator.

File

domain/src/DomainInterface.php, line 217

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function getMatchType();