You are here

public function ExtraFieldFormInterface::setEntityFormDisplay in Extra Field 8.2

Stores the entity form display.

Parameters

\Drupal\Core\Entity\Display\EntityFormDisplayInterface $display: The entity form display holding the display options configured for the entity components.

1 method overrides ExtraFieldFormInterface::setEntityFormDisplay()
ExtraFieldFormBase::setEntityFormDisplay in src/Plugin/ExtraFieldFormBase.php
Stores the entity form display.

File

src/Plugin/ExtraFieldFormInterface.php, line 51

Class

ExtraFieldFormInterface
Defines an interface for Extra Field Form plugins.

Namespace

Drupal\extra_field\Plugin

Code

public function setEntityFormDisplay(EntityFormDisplayInterface $display);