constant LANGUAGE_TYPE_URL

The type of language used for URLs.

4 uses of LANGUAGE_TYPE_URL
language_language_negotiation_info in drupal/core/modules/language/language.module
Implements hook_language_negotiation_info().
language_url_rewrite_url in drupal/core/modules/language/language.negotiation.inc
Rewrite URLs for the URL language negotiation method.
LocaleUninstallTest::testUninstallProcess in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
theme_links in drupal/core/includes/theme.inc
Returns HTML for a set of links.

File

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

Code

const LANGUAGE_TYPE_URL = 'language_url';