You are here

constant LanguageNegotiatorInterface::METHOD_ID in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::METHOD_ID

The language negotiation method id for the language negotiator itself.

File

core/modules/language/src/LanguageNegotiatorInterface.php, line 104

Class

LanguageNegotiatorInterface
Common interface for language negotiation services.

Namespace

Drupal\language

Code

const METHOD_ID = 'language-default';