You are here

public function ConfigSnapshot::getItems in Config Snapshot 8

Returns the items in this snapshot.

Return value

array[] An array of all items.

Overrides ConfigSnapshotInterface::getItems

File

src/Entity/ConfigSnapshot.php, line 104

Class

ConfigSnapshot
Defines the Config snapshot entity.

Namespace

Drupal\config_snapshot\Entity

Code

public function getItems() {
  return $this->items;
}