public function ConfigSnapshotInterface::getSnapshotSet in Config Snapshot 8
Returns the snapshot set.
Return value
string The set this snapshot belongs to.
1 method overrides ConfigSnapshotInterface::getSnapshotSet()
- ConfigSnapshot::getSnapshotSet in src/
Entity/ ConfigSnapshot.php - Returns the snapshot set.
File
- src/
Entity/ ConfigSnapshotInterface.php, line 18
Class
- ConfigSnapshotInterface
- Provides an interface for defining config snapshot entities.
Namespace
Drupal\config_snapshot\EntityCode
public function getSnapshotSet();