constant LANGUAGE_TYPE_URL in Drupal 7
The type of language used for URLs.
4 uses of LANGUAGE_TYPE_URL
- LocaleUninstallFunctionalTest::testUninstallProcess in modules/
locale/ locale.test - Check if the values of the Locale variables are correct after uninstall.
- locale_language_negotiation_info in modules/
locale/ locale.module - Implements hook_language_negotiation_info().
- locale_update_7001 in modules/
locale/ locale.install - Upgrade language negotiation settings.
- locale_update_7002 in modules/
locale/ locale.install - Updates URL language negotiation by adding the URL fallback detection method.
File
- includes/
bootstrap.inc, line 196 - Functions that need to be loaded on every Drupal request.
Code
define('LANGUAGE_TYPE_URL', 'language_url');