function SearchHelpHooks::modulesInstalled

Implements hook_modules_installed().

Attributes

#[Hook('modules_installed')]

File

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

Class

SearchHelpHooks
Hook implementations for help.

Namespace

Drupal\search_help\Hook

Code

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

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