Skip to content

Instantly share code, notes, and snippets.

@Jaesin
Created February 22, 2015 04:50
Show Gist options
  • Save Jaesin/f260e038c04da01a7b1f to your computer and use it in GitHub Desktop.
Save Jaesin/f260e038c04da01a7b1f to your computer and use it in GitHub Desktop.
Create a new configuration snapshot in Drupal 8.
<?php
\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