constant LANGUAGE_LTR

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

3 uses of LANGUAGE_LTR
CascadingStylesheetsTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests Locale module's CSS Alter to include RTL overrides.
FormatDateTest::testFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Tests the format_date() function.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.

File

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

Code

const LANGUAGE_LTR = 0;