constant LANGUAGE_NEGOTIATION_URL_PREFIX

URL language negotiation: use the path prefix as URL language indicator.

5 uses of LANGUAGE_NEGOTIATION_URL_PREFIX
language_from_url in drupal/core/modules/language/language.negotiation.inc
Identify language via URL prefix or domain.
language_url_fallback in drupal/core/modules/language/language.negotiation.inc
Determines the language to be assigned to URLs when none is detected.
NegotiationUrlForm::buildForm in drupal/core/modules/language/lib/Drupal/language/Form/NegotiationUrlForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
NegotiationUrlForm::validateForm in drupal/core/modules/language/lib/Drupal/language/Form/NegotiationUrlForm.php
Implements \Drupal\Core\Form\FormInterface::validateForm().
overlay_overlay_parent_initialize in drupal/core/modules/overlay/overlay.module
Implements hook_overlay_parent_initialize().

File

drupal/core/modules/language/language.negotiation.inc, line 50
Language negotiation functions.

Code

const LANGUAGE_NEGOTIATION_URL_PREFIX = 'path_prefix';