You are here

function config_sync_themes_installed in Configuration Synchronizer 8

Same name and namespace in other branches
  1. 8.2 config_sync.module \config_sync_themes_installed()

Implements hook_themes_installed().

File

./config_sync.module, line 49
Manage synchronizing configuration from extensions.

Code

function config_sync_themes_installed($theme_names) {
  config_sync_refresh_snapshot(config_sync_get_extensions($theme_names, 'theme'));
}