public function ConfigSnapshotInterface::getItems in Config Snapshot 8
Returns the items in this snapshot.
Return value
array[] An array of all items.
1 method overrides ConfigSnapshotInterface::getItems()
- ConfigSnapshot::getItems in src/
Entity/ ConfigSnapshot.php - Returns the items in this snapshot.
File
- src/
Entity/ ConfigSnapshotInterface.php, line 42
Class
- ConfigSnapshotInterface
- Provides an interface for defining config snapshot entities.
Namespace
Drupal\config_snapshot\EntityCode
public function getItems();