public FieldItemListInterface::getLangcode()
Gets the langcode of the field values held in the object.
Return value
string The langcode.
File
- core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 52
Class
- FieldItemListInterface
- Interface for fields, being lists of field items.
Namespace
Drupal\Core\Field
Code
public function getLangcode();
Please login to continue.