You are here

protected property ExtraFieldDisplayBase::$entityViewDisplay in Extra Field 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/ExtraFieldDisplayBase.php \Drupal\extra_field\Plugin\ExtraFieldDisplayBase::entityViewDisplay

The entity view display.

Contains the display options configured for the entity components.

Type: \Drupal\Core\Entity\Display\EntityViewDisplayInterface

File

src/Plugin/ExtraFieldDisplayBase.php, line 35

Class

ExtraFieldDisplayBase
Base class for Extra field Display plugins.

Namespace

Drupal\extra_field\Plugin

Code

protected $entityViewDisplay;