You are here

public function ConfigSnapshotInterface::getExtensionType in Config Snapshot 8

Returns the extension type for this snapshot.

Return value

string The type of the extension that this snapshot is for.

1 method overrides ConfigSnapshotInterface::getExtensionType()
ConfigSnapshot::getExtensionType in src/Entity/ConfigSnapshot.php
Returns the extension type for this snapshot.

File

src/Entity/ConfigSnapshotInterface.php, line 26

Class

ConfigSnapshotInterface
Provides an interface for defining config snapshot entities.

Namespace

Drupal\config_snapshot\Entity

Code

public function getExtensionType();