You are here

protected property EntityDisplayModeAddForm::$targetEntityTypeId in Drupal 8

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

The entity type for which the display mode is being created.

Type: string

File

core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php, line 20

Class

EntityDisplayModeAddForm
Provides the add form for entity display modes.

Namespace

Drupal\field_ui\Form

Code

protected $targetEntityTypeId;