ThemeInstallerInterface
interface ThemeInstallerInterface (View source)
Manages theme installation/uninstallation.
Methods
bool
install(array $theme_list, bool $install_dependencies = TRUE)
Installs a given list of themes.
uninstall(array $theme_list)
Uninstalls a given list of themes.
Details
bool
install(array $theme_list, bool $install_dependencies = TRUE)
Installs a given list of themes.
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.