Stores the Entity manager.
Type: \Drupal\Core\Entity\EntityManagerInterface
Overrides EntityForm::$entityManager
File
- core/modules/views_ui/src/Form/BreakLockForm.php, line 21
Class
- BreakLockForm
- Builds the form to break the lock of an edited view.
Namespace
Drupal\views_ui\Form
Code
protected $entityManager;
Please login to continue.