function SearchHelpHooks::modulesUninstalled

Implements hook_modules_uninstalled().

Attributes

#[Hook('modules_uninstalled')]

File

core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php, line 27

Class

SearchHelpHooks
Hook implementations for help.

Namespace

Drupal\search_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.