You are here

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_sync

Code

public function deleteSnapshot();