LANGUAGE_RTL
Language written right to left. Possible value of $language->direction.
6 uses of LANGUAGE_RTL
- CascadingStylesheetsTestCase::testAlter in modules/
simpletest/ tests/ common.test - Tests Locale module's CSS Alter to include RTL overrides.
- locale_css_alter in modules/
locale/ locale.module - Implements hook_css_alter().
- locale_languages_overview_form in modules/
locale/ locale.admin.inc - User interface for the language overview screen.
- locale_library_alter in modules/
locale/ locale.module - Implement hook_library_alter().
- template_preprocess_book_export_html in modules/
book/ book.module - Processes variables for book-export-html.tpl.php.
File
-
includes/
bootstrap.inc, line 206
Code
define('LANGUAGE_RTL', 1);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.