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