function help_themes_installed
Implements hook_themes_installed().
File
- 
              core/
modules/ help/ help.module, line 130  
Code
function help_themes_installed(array $themes) {
  \Drupal::service('plugin.cache_clearer')->clearCachedDefinitions();
  _help_search_update();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.