You are here

protected property EntityDisplayFormBase::$entity in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field_ui/src/Form/EntityDisplayFormBase.php \Drupal\field_ui\Form\EntityDisplayFormBase::entity

The entity being used by this form.

Type: \Drupal\Core\Entity\Display\EntityDisplayInterface

Overrides EntityForm::$entity

File

core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 65

Class

EntityDisplayFormBase
Base class for EntityDisplay edit forms.

Namespace

Drupal\field_ui\Form

Code

protected $entity;