You are here

protected property EntityDisplayModeFormBase::$entityManager in Zircon Profile 8

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

The entity manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

Overrides EntityForm::$entityManager

File

core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php, line 40
Contains \Drupal\field_ui\Form\EntityDisplayModeFormBase.

Class

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

Namespace

Drupal\field_ui\Form

Code

protected $entityManager;