function SearchHelpHooks::modulesInstalled

Same name and namespace in other branches
  1. 11.x core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php \Drupal\search_help\Hook\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.