You are here

public function ConfigSnapshot::getSnapshotSet in Config Snapshot 8

Returns the snapshot set.

Return value

string The set this snapshot belongs to.

Overrides ConfigSnapshotInterface::getSnapshotSet

File

src/Entity/ConfigSnapshot.php, line 83

Class

ConfigSnapshot
Defines the Config snapshot entity.

Namespace

Drupal\config_snapshot\Entity

Code

public function getSnapshotSet() {
  return $this->snapshotSet;
}