Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Language.php

Language::$direction

The direction, left-to-right, or right-to-left.

Defined using constants, either self::DIRECTION_LTR or self::DIRECTION_RTL.

Type: int

File

core/lib/Drupal/Core/Language/Language.php, line 50

Class

Language
An object containing the information for an interface language.

Namespace

Drupal\Core\Language

Code

protected $direction = self::DIRECTION_LTR;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal