You are here

protected property WebformNodeUninstallValidator::$entityTypeManager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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;