Skip to content

Instantly share code, notes, and snippets.

@Jaesin
Last active October 13, 2015 21:27
Show Gist options
  • Save Jaesin/d878b086447eb4f1a493 to your computer and use it in GitHub Desktop.
Save Jaesin/d878b086447eb4f1a493 to your computer and use it in GitHub Desktop.
Rebuild Config Snapshot.
<?php
/**
* Creates a new snapshot of the current state of configuration.
*/
\Drupal::service('config.manager')->createSnapshot(\Drupal::service('config.storage'), \Drupal::service('config.storage.snapshot'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment