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

Issue #2499615 by honzakuchar: Docblock interface...

Issue #2499615 by honzakuchar: Docblock interface Drupal\Core\Extension\ThemeHandlerInterface::uninstall typo
parent 90d6fb15
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ public function install(array $theme_list, $install_dependencies = TRUE); ...@@ -52,7 +52,7 @@ public function install(array $theme_list, $install_dependencies = TRUE);
* @deprecated in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0. * @deprecated in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0.
* Use the theme_installer service instead. * Use the theme_installer service instead.
* *
* @see \Drupal\Core\Extension\ThemeInstallerInterface::install * @see \Drupal\Core\Extension\ThemeInstallerInterface::uninstall
*/ */
public function uninstall(array $theme_list); public function uninstall(array $theme_list);
......
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