You are here

function help_topics_modules_installed in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/help_topics/help_topics.module \help_topics_modules_installed()

Implements hook_modules_installed().

File

core/modules/help_topics/help_topics.module, line 76
Displays help topics provided by modules and themes.

Code

function help_topics_modules_installed(array $modules, $is_syncing) {
  _help_topics_search_update();
}