Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::getLangcode()
  2. 9 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::getLangcode()

Gets the langcode of the field values held in the object.

Return value

string The langcode.

1 method overrides FieldItemListInterface::getLangcode()
FieldItemList::getLangcode in core/lib/Drupal/Core/Field/FieldItemList.php
Gets the langcode of the field values held in the object.

File

core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 55

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function getLangcode();