You are here

public function ConfigSnapshot::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.

Overrides ConfigSnapshotInterface::getExtensionName

File

src/Entity/ConfigSnapshot.php, line 97

Class

ConfigSnapshot
Defines the Config snapshot entity.

Namespace

Drupal\config_snapshot\Entity

Code

public function getExtensionName() {
  return $this->extensionName;
}