public function ExtraFieldDisplayFormattedInterface::getLabelDisplay in Extra Field 8.2
Same name and namespace in other branches
- 8 src/Plugin/ExtraFieldDisplayFormattedInterface.php \Drupal\extra_field\Plugin\ExtraFieldDisplayFormattedInterface::getLabelDisplay()
How to display the field label will be displayed.
Return value
string Options: 'above', 'inline', 'hidden', 'visually_hidden'.
1 method overrides ExtraFieldDisplayFormattedInterface::getLabelDisplay()
- ExtraFieldDisplayFormattedBase::getLabelDisplay in src/
Plugin/ ExtraFieldDisplayFormattedBase.php - How to display the field label will be displayed.
File
- src/
Plugin/ ExtraFieldDisplayFormattedInterface.php, line 41
Class
- ExtraFieldDisplayFormattedInterface
- Defines an interface for Extra Field Display plugins.
Namespace
Drupal\extra_field\PluginCode
public function getLabelDisplay();