public function ConfigSyncSnapshotterInterface::createSnapshot in Configuration Synchronizer 8.2
Takes a snapshot of configuration from all installed modules and themes.
1 method overrides ConfigSyncSnapshotterInterface::createSnapshot()
- ConfigSyncSnapshotter::createSnapshot in src/
ConfigSyncSnapshotter.php - Takes a snapshot of configuration from all installed modules and themes.
File
- src/
ConfigSyncSnapshotterInterface.php, line 55
Class
- ConfigSyncSnapshotterInterface
- The ConfigSyncSnapshotter provides helper functions for taking snapshots of extension-provided configuration.
Namespace
Drupal\config_syncCode
public function createSnapshot();