You are here

public property Language::$direction in Little helpers 7.2

Same name and namespace in other branches
  1. 7 src/Locale/Language.php \Drupal\little_helpers\Locale\Language::direction

LTR (0) or RTL (1)

File

src/Locale/Language.php, line 24

Class

Language
Model object for the {languages} table.

Namespace

Drupal\little_helpers\Locale

Code

public $direction = 0;