function help_modules_uninstalled

Same name and namespace in other branches
  1. 10 core/modules/help/help.module \help_modules_uninstalled()

Implements hook_modules_uninstalled().

File

core/modules/help/help.module, line 108

Code

function help_modules_uninstalled(array $modules) {
    _help_search_update($modules);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.