You are here

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

Same name and namespace in other branches
  1. 8.5 src/Commands/WebformSanitizeSubmissionsCommands.php \Drupal\webform\Commands\WebformSanitizeSubmissionsCommands::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Commands/WebformSanitizeSubmissionsCommands.php, line 39

Class

WebformSanitizeSubmissionsCommands
Drush sql-sanitize plugin for sanitizing (truncating) webform submissions.

Namespace

Drupal\webform\Commands

Code

protected $entityTypeManager;