Loading core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ public function install(array $theme_list, $install_dependencies = TRUE); * Thrown when trying to uninstall a theme that was not installed. * * @throws \InvalidArgumentException * Thrown when trying to uninstall the default theme or the admin theme. * Thrown when trying to uninstall the admin theme, the default theme or * a theme that another theme depends on. * * @see hook_themes_uninstalled() */ Loading Loading
core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ public function install(array $theme_list, $install_dependencies = TRUE); * Thrown when trying to uninstall a theme that was not installed. * * @throws \InvalidArgumentException * Thrown when trying to uninstall the default theme or the admin theme. * Thrown when trying to uninstall the admin theme, the default theme or * a theme that another theme depends on. * * @see hook_themes_uninstalled() */ Loading