Skip to content
Snippets Groups Projects
Verified Commit 76aa51fd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3121157 by apaderno, neelam_wadhwani, jungle, Lendude, alexpott,...

Issue #3121157 by apaderno, neelam_wadhwani, jungle, Lendude, alexpott, bnjmnm: Small correction needed in ThemeInstallerInterface::uninstall() docblock
parent db43eba8
No related branches found
No related tags found
No related merge requests found
......@@ -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()
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment