function ThemeUninstallConfirmForm::getFormId
Same name and namespace in other branches
- 11.x core/modules/system/src/Form/ThemeUninstallConfirmForm.php \Drupal\system\Form\ThemeUninstallConfirmForm::getFormId()
File
-
core/
modules/ system/ src/ Form/ ThemeUninstallConfirmForm.php, line 77
Class
- ThemeUninstallConfirmForm
- Builds a confirmation form to uninstall a theme.
Namespace
Drupal\system\FormCode
public function getFormId() : string {
return 'system_theme_uninstall_confirm_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.