You are here

protected property ConfigSnapshotStorage::$snapshotSet in Config Snapshot 8

The snapshot set.

A set is a group of snapshots used for a particular purpose. A set should be namespaced for the module introducing it.

Type: string

File

src/ConfigSnapshotStorage.php, line 21

Class

ConfigSnapshotStorage
Provides a configuration storage saved as simple configuration.

Namespace

Drupal\config_snapshot

Code

protected $snapshotSet;