You are here

constant LanguageNegotiationUrlFallback::METHOD_ID in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrlFallback::METHOD_ID

The language negotiation method id.

File

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

Class

LanguageNegotiationUrlFallback
Class that determines the language to be assigned to URLs when none is detected.

Namespace

Drupal\language\Plugin\LanguageNegotiation

Code

const METHOD_ID = 'language-url-fallback';