public function FieldItemListInterface::getLangcode in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
$langcode 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  - Contains \Drupal\Core\Field\FieldItemListInterface.
 
Class
- FieldItemListInterface
 - Interface for fields, being lists of field items.
 
Namespace
Drupal\Core\FieldCode
public function getLangcode();