Implements hook_themes_uninstalled().

File

core/modules/help/help.module, line 115
Manages displaying online help.

Code

function help_themes_uninstalled(array $themes) {
  \Drupal::service('plugin.cache_clearer')
    ->clearCachedDefinitions();
  _help_search_update();
}