function ThemeUninstallConfirmForm::__construct
Same name and namespace in other branches
- main core/modules/system/src/Form/ThemeUninstallConfirmForm.php \Drupal\system\Form\ThemeUninstallConfirmForm::__construct()
File
-
core/
modules/ system/ src/ Form/ ThemeUninstallConfirmForm.php, line 36
Class
- ThemeUninstallConfirmForm
- Builds a confirmation form to uninstall a theme.
Namespace
Drupal\system\FormCode
public function __construct(protected ThemeHandlerInterface $themeHandler, protected ThemeInstallerInterface $themeInstaller, protected ConfigManagerInterface $configManager, protected EntityTypeManagerInterface $entityTypeManager) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.