function help_topics_themes_installed in Drupal 9
Implements hook_themes_installed().
File
- core/
modules/ help_topics/ help_topics.module, line 83 - Displays help topics provided by modules and themes.
Code
function help_topics_themes_installed(array $themes) {
_help_topics_search_update();
}