You are here

public function ExtraFieldDisplayInterface::getEntityViewDisplay in Extra Field 8.2

Same name and namespace in other branches
  1. 8 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\Plugin

Code

public function getEntityViewDisplay();