function help_modules_installed

Same name and namespace in other branches
  1. 10 core/modules/help/help.module \help_modules_installed()

Implements hook_modules_installed().

File

core/modules/help/help.module, line 123

Code

function help_modules_installed(array $modules, $is_syncing) {
    _help_search_update();
}

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