LANGUAGE_LTR
Language written left to right. Possible value of $language->direction.
10 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
Code
define('LANGUAGE_LTR', 0);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.