LanguageInterface::DIRECTION_RTL

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::DIRECTION_RTL
  2. 8.9.x core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::DIRECTION_RTL
  3. 10 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::DIRECTION_RTL

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

File

core/lib/Drupal/Core/Language/LanguageInterface.php, line 106

Class

LanguageInterface
Defines an interface for languages.

Namespace

Drupal\Core\Language

Code

const DIRECTION_RTL = 'rtl';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.