constant LANGUAGE_LTR in Drupal 7
Same name and namespace in other branches
- 6 includes/bootstrap.inc \LANGUAGE_LTR
Language written left to right. Possible value of $language->direction.
9 uses of LANGUAGE_LTR
- CascadingStylesheetsTestCase::testAlter in modules/
simpletest/ tests/ common.test - Tests Locale module's CSS Alter to include RTL overrides.
- DateTimeFunctionalTest::testDateFormatStorage in modules/
system/ system.test - Test if the date formats are stored properly.
- DrupalHTTPRequestTestCase::testDrupalHTTPRequestHeaders in modules/
simpletest/ tests/ common.test - Tests Content-language headers generated by Drupal.
- FormatDateUnitTest::testFormatDate in modules/
simpletest/ tests/ common.test - Tests for the format_date() function.
- install_import_locales in includes/
install.core.inc - Imports languages via a batch process during installation.
File
- includes/
bootstrap.inc, line 201 - Functions that need to be loaded on every Drupal request.
Code
define('LANGUAGE_LTR', 0);