constant LANGUAGE_RTL

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

5 uses of LANGUAGE_RTL
CascadingStylesheetsTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests Locale module's CSS Alter to include RTL overrides.
language_css_alter in drupal/core/modules/language/language.module
Implements hook_css_alter().
locale_library_info_alter in drupal/core/modules/locale/locale.module
Implement hook_library_info_alter().
standard_language_list in drupal/core/includes/standard.inc
Some common languages with their English and native names.
template_preprocess_book_export_html in drupal/core/modules/book/book.module
Preprocesses variables for book-export-html.tpl.php.

File

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

Code

const LANGUAGE_RTL = 1;