public function ExtraFieldDisplayFormattedInterface::getLangcode in Extra Field 8
Same name and namespace in other branches
- 8.2 src/Plugin/ExtraFieldDisplayFormattedInterface.php \Drupal\extra_field\Plugin\ExtraFieldDisplayFormattedInterface::getLangcode()
Gets the langcode of the field values.
Return value
string The langcode.
1 method overrides ExtraFieldDisplayFormattedInterface::getLangcode()
- ExtraFieldDisplayFormattedBase::getLangcode in src/
Plugin/ ExtraFieldDisplayFormattedBase.php - Gets the langcode of the field values.
File
- src/
Plugin/ ExtraFieldDisplayFormattedInterface.php, line 78
Class
- ExtraFieldDisplayFormattedInterface
- Defines an interface for Extra Field Display plugins.
Namespace
Drupal\extra_field\PluginCode
public function getLangcode();