function update_themes_installed

Same name and namespace in other branches
  1. 9 core/modules/update/update.module \update_themes_installed()
  2. 10 core/modules/update/update.module \update_themes_installed()
  3. 11.x core/modules/update/update.module \update_themes_installed()

Implements hook_themes_installed().

If themes are installed, we invalidate the information of available updates.

File

core/modules/update/update.module, line 296

Code

function update_themes_installed($themes) {
    // Clear all update module data.
    update_storage_clear();
}

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