You are here

protected property BookUninstallValidator::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/book/src/BookUninstallValidator.php \Drupal\book\BookUninstallValidator::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/book/src/BookUninstallValidator.php, line 30

Class

BookUninstallValidator
Prevents book module from being uninstalled whilst any book nodes exist or there are any book outline stored.

Namespace

Drupal\book

Code

protected $entityTypeManager;