function HelpHooks::modulesUninstalled

Implements hook_modules_uninstalled().

File

core/modules/help/src/Hook/HelpHooks.php, line 124

Class

HelpHooks
Hook implementations for help.

Namespace

Drupal\help\Hook

Code

public function modulesUninstalled(array $modules) {
    _help_search_update($modules);
}

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