ThemeInstallerInterface::uninstall

public ThemeInstallerInterface::uninstall(array $theme_list)

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

\InvalidArgumentException Thrown when you uninstall an not installed theme.

See also

hook_themes_uninstalled()

File

core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php, line 42

Class

ThemeInstallerInterface
Manages theme installation/uninstallation.

Namespace

Drupal\Core\Extension

Code

public function uninstall(array $theme_list);
doc_Drupal
2016-10-29 09:48:12
Comments
Leave a Comment

Please login to continue.