function help_themes_uninstalled
Same name in other branches
- 11.x core/modules/help/help.module \help_themes_uninstalled()
Implements hook_themes_uninstalled().
File
-
core/
modules/ help/ help.module, line 115
Code
function help_themes_uninstalled(array $themes) {
\Drupal::service('plugin.cache_clearer')->clearCachedDefinitions();
_help_search_update();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.