You are here

public function FieldItemListInterface::setLangcode in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::setLangcode()

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

Parameters

string $langcode: The langcode.

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

File

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

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function setLangcode($langcode);