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