LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX
URL language negotiation: use the path prefix as URL language indicator.
7 uses of LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX
- LocaleUninstallFunctionalTest::testUninstallProcess in modules/
locale/ locale.test - Check if the values of the Locale variables are correct after uninstall.
- locale_languages_overview_form_submit in modules/
locale/ locale.admin.inc - Process language overview form submissions, updating existing languages.
- locale_language_from_url in includes/
locale.inc - Identify language via URL prefix or domain.
- locale_language_providers_url_form in modules/
locale/ locale.admin.inc - The URL language provider configuration form.
- locale_language_url_fallback in includes/
locale.inc - Determines the language to be assigned to URLs when none is detected.
File
-
includes/
locale.inc, line 91
Code
define('LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX', 0);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.