You are here

protected property PrepareModulesEntityUninstallForm::$entityTypeId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php \Drupal\system\Form\PrepareModulesEntityUninstallForm::entityTypeId

The entity type ID of the entities to delete.

Type: string

File

core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php, line 27

Class

PrepareModulesEntityUninstallForm
Provides a form removing module content entities data before uninstallation.

Namespace

Drupal\system\Form

Code

protected $entityTypeId;