You are here

protected property BundlePluginUninstallValidator::$entityTypeManager in Entity API 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/BundlePlugin/BundlePluginUninstallValidator.php, line 22

Class

BundlePluginUninstallValidator
Prevents uninstalling modules with bundle plugins in case of found data.

Namespace

Drupal\entity\BundlePlugin

Code

protected $entityTypeManager;