public function ExtraFieldDisplayInterface::getEntityViewDisplay in Extra Field 8
Same name and namespace in other branches
- 8.2 src/Plugin/ExtraFieldDisplayInterface.php \Drupal\extra_field\Plugin\ExtraFieldDisplayInterface::getEntityViewDisplay()
Returns the entity view display object of the field's host entity.
Return value
\Drupal\Core\Entity\Display\EntityViewDisplayInterface The entity view display object.
1 method overrides ExtraFieldDisplayInterface::getEntityViewDisplay()
- ExtraFieldDisplayBase::getEntityViewDisplay in src/
Plugin/ ExtraFieldDisplayBase.php - Returns the entity view display object of the field's host entity.
File
- src/
Plugin/ ExtraFieldDisplayInterface.php, line 56
Class
- ExtraFieldDisplayInterface
- Defines an interface for Extra Field Display plugins.
Namespace
Drupal\extra_field\PluginCode
public function getEntityViewDisplay();