public function ConfigSyncSnapshotterInterface::deleteSnapshot in Configuration Synchronizer 8
Deletes all records from the snapshot.
1 method overrides ConfigSyncSnapshotterInterface::deleteSnapshot()
- ConfigSyncSnapshotter::deleteSnapshot in src/ConfigSyncSnapshotter.php 
- Deletes all records from the snapshot.
File
- src/ConfigSyncSnapshotterInterface.php, line 25 
Class
- ConfigSyncSnapshotterInterface
- The ConfigSyncSnapshotter provides helper functions for taking snapshots of extension-provided configuration.
Namespace
Drupal\config_syncCode
public function deleteSnapshot();