constant LANGUAGE_TYPE_URL

The type of language used for URLs.

4 uses of LANGUAGE_TYPE_URL
LocaleUninstallFunctionalTest::testUninstallProcess in drupal/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_language_negotiation_info in drupal/modules/locale/locale.module
Implements hook_language_negotiation_info().
locale_update_7001 in drupal/modules/locale/locale.install
Upgrade language negotiation settings.
locale_update_7002 in drupal/modules/locale/locale.install
Updates URL language negotiation by adding the URL fallback detection method.

File

drupal/includes/bootstrap.inc, line 196
Functions that need to be loaded on every Drupal request.

Code

define('LANGUAGE_TYPE_URL', 'language_url');