You are here

protected property BreakLockForm::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/Form/BreakLockForm.php \Drupal\views_ui\Form\BreakLockForm::entityTypeManager

Stores the entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides EntityForm::$entityTypeManager

File

core/modules/views_ui/src/Form/BreakLockForm.php, line 23

Class

BreakLockForm
Builds the form to break the lock of an edited view.

Namespace

Drupal\views_ui\Form

Code

protected $entityTypeManager;