constant LANGUAGE_TYPE_INTERFACE in Drupal 7
The type of language used to select the user interface.
14 uses of LANGUAGE_TYPE_INTERFACE
- LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/
locale/ locale.test - Functional tests for localizing date formats.
- LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in modules/
locale/ locale.test - Functional tests for the language switcher block.
- LocaleUILanguageNegotiationTest::runTest in modules/
locale/ locale.test - LocaleUILanguageNegotiationTest::testLanguageDomain in modules/
locale/ locale.test - Tests url() when separate domains are used for multiple languages.
- LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/
locale/ locale.test - Tests for language switching by URL path.
File
- includes/
bootstrap.inc, line 191 - Functions that need to be loaded on every Drupal request.
Code
define('LANGUAGE_TYPE_INTERFACE', 'language');