public function ConfigSnapshotInterface::setItems in Config Snapshot 8
Sets the items for this snapshot.
Parameters
array[] $items: Items to set for the snapshot.
Return value
\Drupal\config_snapshot\Entity\ConfigSnapshotInterface A config snapshot object for chaining.
1 method overrides ConfigSnapshotInterface::setItems()
- ConfigSnapshot::setItems in src/
Entity/ ConfigSnapshot.php - Sets the items for this snapshot.
File
- src/
Entity/ ConfigSnapshotInterface.php, line 53
Class
- ConfigSnapshotInterface
- Provides an interface for defining config snapshot entities.
Namespace
Drupal\config_snapshot\EntityCode
public function setItems(array $items);