You are here

function update_themes_installed in Drupal 9

Same name and namespace in other branches
  1. 8 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 209
Handles updates of Drupal core and contributed projects.

Code

function update_themes_installed($themes) {

  // Clear all update module data.
  update_storage_clear();
}