function PrepareModulesEntityUninstallForm::getDescription
Overrides ConfirmFormBase::getDescription
File
-
core/
modules/ system/ src/ Form/ PrepareModulesEntityUninstallForm.php, line 74
Class
- PrepareModulesEntityUninstallForm
- Provides a form removing module content entities data before uninstallation.
Namespace
Drupal\system\FormCode
public function getDescription() {
return $this->t('This action cannot be undone.<br />Make a backup of your database if you want to be able to restore these items.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.