You are here

constant DomainNegotiatorInterface::DOMAIN_MATCHED_NONE in Domain Access 8

Defines record matching types when dealing with request alteration.

These constants are designed to help modules know how to react to a domain record match, since an exact match is more important than a pattern match.

No matching record found.

See also

hook_domain_request_alter().

File

domain/src/DomainNegotiatorInterface.php, line 21

Class

DomainNegotiatorInterface
Handles the negotiation of the active domain record.

Namespace

Drupal\domain

Code

const DOMAIN_MATCHED_NONE = 0;