update_themes_installed

update_themes_installed($themes)

Implements hook_themes_installed().

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

File

core/modules/update/update.module, line 246
Handles updates of Drupal core and contributed projects.

Code

function update_themes_installed($themes) {
  // Clear all update module data.
  update_storage_clear();
}
doc_Drupal
2016-10-29 09:51:28
Comments
Leave a Comment

Please login to continue.