public function ConfigSnapshotInterface::getExtensionName in Config Snapshot 8
Returns the extension name for this snapshot.
Return value
string The name of the extension that this snapshot is for.
1 method overrides ConfigSnapshotInterface::getExtensionName()
- ConfigSnapshot::getExtensionName in src/
Entity/ ConfigSnapshot.php - Returns the extension name for this snapshot.
File
- src/
Entity/ ConfigSnapshotInterface.php, line 34
Class
- ConfigSnapshotInterface
- Provides an interface for defining config snapshot entities.
Namespace
Drupal\config_snapshot\EntityCode
public function getExtensionName();