function HelpHooks::modulesUninstalled

Same name and namespace in other branches
  1. 11.x core/modules/help/src/Hook/HelpHooks.php \Drupal\help\Hook\HelpHooks::modulesUninstalled()

Implements hook_modules_uninstalled().

Attributes

#[Hook('modules_uninstalled')]

File

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

Class

HelpHooks
Hook implementations for help.

Namespace

Drupal\help\Hook

Code

public function modulesUninstalled(array $modules) : void {
  $this->searchUpdate($modules);
}

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