function ThemeInstallerInterface::uninstall
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php \Drupal\Core\Extension\ThemeInstallerInterface::uninstall()
- 10 core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php \Drupal\Core\Extension\ThemeInstallerInterface::uninstall()
- 11.x core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php \Drupal\Core\Extension\ThemeInstallerInterface::uninstall()
Uninstalls a given list of themes.
Uninstalling a theme removes all related configuration (like blocks) and invokes the 'themes_uninstalled' hook.
Parameters
array $theme_list: The themes to uninstall.
Throws
\Drupal\Core\Extension\Exception\UnknownExtensionException Thrown when trying to uninstall a theme that was not installed.
\InvalidArgumentException Thrown when trying to uninstall the admin theme, the default theme or a theme that another theme depends on.
See also
1 method overrides ThemeInstallerInterface::uninstall()
- ThemeInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Uninstalls a given list of themes.
File
-
core/
lib/ Drupal/ Core/ Extension/ ThemeInstallerInterface.php, line 52
Class
- ThemeInstallerInterface
- Manages theme installation/uninstallation.
Namespace
Drupal\Core\ExtensionCode
public function uninstall(array $theme_list);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.