public function EntityExtraFieldInterface::displayLabel in Entity Extra Field 8
Same name and namespace in other branches
- 2.0.x src/Entity/EntityExtraFieldInterface.php \Drupal\entity_extra_field\Entity\EntityExtraFieldInterface::displayLabel()
Should display the extra field label.
Return value
boolean Return TRUE if the field label should be rendered; otherwise FALSE.
1 method overrides EntityExtraFieldInterface::displayLabel()
- EntityExtraField::displayLabel in src/
Entity/ EntityExtraField.php - Should display the extra field label.
File
- src/
Entity/ EntityExtraFieldInterface.php, line 36
Class
- EntityExtraFieldInterface
- Define entity extra field interface.
Namespace
Drupal\entity_extra_field\EntityCode
public function displayLabel();