function config_sync_themes_installed in Configuration Synchronizer 8.2
Same name and namespace in other branches
- 8 config_sync.module \config_sync_themes_installed()
Implements hook_themes_installed().
File
- ./
config_sync.module, line 45 - Manage synchronizing configuration from extensions.
Code
function config_sync_themes_installed($theme_names) {
\Drupal::service('config_sync.snapshotter')
->refreshExtensionSnapshot('theme', $theme_names, ConfigSyncSnapshotterInterface::SNAPSHOT_MODE_INSTALL);
}