constant LANGUAGE_LTR

  1. 7.x drupal-7.x/includes/bootstrap.inc LANGUAGE_LTR
  2. 6.x drupal-6.x/includes/bootstrap.inc LANGUAGE_LTR

Language written left to right. Possible value of $language->direction.

10 uses of LANGUAGE_LTR
CascadingStylesheetsTestCase::testAlter in drupal-7.x/modules/simpletest/tests/common.test
Tests Locale module's CSS Alter to include RTL overrides.
DateTimeFunctionalTest::testDateFormatStorage in drupal-7.x/modules/system/system.test
Test if the date formats are stored properly.
DrupalHTTPRequestTestCase::testDrupalHTTPRequestHeaders in drupal-7.x/modules/simpletest/tests/common.test
Tests Content-language headers generated by Drupal.
FormatDateUnitTest::testFormatDate in drupal-7.x/modules/simpletest/tests/common.test
Tests for the format_date() function.
install_import_locales in drupal-7.x/includes/install.core.inc
Imports languages via a batch process during installation.

... See full list

File

drupal-7.x/includes/bootstrap.inc, line 201
Functions that need to be loaded on every Drupal request.

Code

define('LANGUAGE_LTR', 0)