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\EntityCode
public function getSnapshotSet() {
return $this->snapshotSet;
}