You are here

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

Overrides ConfigSnapshotInterface::getExtensionType

File

src/Entity/ConfigSnapshot.php, line 90

Class

ConfigSnapshot
Defines the Config snapshot entity.

Namespace

Drupal\config_snapshot\Entity

Code

public function getExtensionType() {
  return $this->extensionType;
}