You are here

protected property EntityDisplayModeFormBase::$entityType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php \Drupal\field_ui\Form\EntityDisplayModeFormBase::entityType

The entity type definition.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php, line 18

Class

EntityDisplayModeFormBase
Provides the generic base class for entity display mode forms.

Namespace

Drupal\field_ui\Form

Code

protected $entityType;