function HelpHooks::modulesInstalled

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

Implements hook_modules_installed().

Attributes

#[Hook('modules_installed')]

File

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

Class

HelpHooks
Hook implementations for help.

Namespace

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