You are here

constant LanguageNegotiationUrl::CONFIG_DOMAIN in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl::CONFIG_DOMAIN

URL language negotiation: use the domain as URL language indicator.

File

core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php, line 43

Class

LanguageNegotiationUrl
Class for identifying language via URL prefix or domain.

Namespace

Drupal\language\Plugin\LanguageNegotiation

Code

const CONFIG_DOMAIN = 'domain';