Issue #3121157 by apaderno, neelam_wadhwani, jungle, Lendude, alexpott, bnjmnm: Small correction needed in ThemeInstallerInterface::uninstall() docblock
(cherry picked from commit 76aa51fdf9
)
merge-requests/2843/merge
parent
668e3a781a
commit
8295e5de71
|
@ -44,7 +44,8 @@ interface ThemeInstallerInterface {
|
|||
* 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…
Reference in New Issue