constant LANGUAGE_NEGOTIATION_URL_PREFIX

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

6 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_negotiation_configure_url_form in drupal/core/modules/language/language.admin.inc
Builds the URL language negotiation method configuration form.
language_negotiation_configure_url_form_validate in drupal/core/modules/language/language.admin.inc
Validates the URL language negotiation method configuration.
language_url_fallback in drupal/core/modules/language/language.negotiation.inc
Determines the language to be assigned to URLs when none is detected.
language_url_rewrite_url in drupal/core/modules/language/language.negotiation.inc
Rewrite URLs for the URL language negotiation method.

... See full list

File

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

Code

const LANGUAGE_NEGOTIATION_URL_PREFIX = 'path_prefix';