You are here

protected property WebformNodeUninstallValidator::$entityTypeManager in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_node/src/WebformNodeUninstallValidator.php \Drupal\webform_node\WebformNodeUninstallValidator::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/webform_node/src/WebformNodeUninstallValidator.php, line 22

Class

WebformNodeUninstallValidator
Prevents webform_node module from being uninstalled whilst any webform nodes exist.

Namespace

Drupal\webform_node

Code

protected $entityTypeManager;