public function Domain::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.
Overrides DomainInterface::getMatchType
See also
setMatchType()
File
- domain/
src/ Entity/ Domain.php, line 533
Class
- Domain
- Defines the domain entity.
Namespace
Drupal\domain\EntityCode
public function getMatchType() {
return $this->matchType;
}