public property Entity::$langcode

The language code of the entity's default language.

Type: string

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 32
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public $langcode = Language::LANGCODE_NOT_SPECIFIED;