You are here

function help_topics_modules_uninstalled in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/help_topics/help_topics.module \help_topics_modules_uninstalled()

Implements hook_modules_uninstalled().

File

core/modules/help_topics/help_topics.module, line 62
Displays help topics provided by modules and themes.

Code

function help_topics_modules_uninstalled(array $modules) {
  _help_topics_search_update($modules);
}