public function KeyValueStoreInterface::deleteMultiple

Deletes multiple items from the key/value store.

Parameters

array $keys: A list of item names to delete.

1 call to KeyValueStoreInterface::deleteMultiple()
StorageBase::delete in drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::delete().
2 methods override KeyValueStoreInterface::deleteMultiple()

File

drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 100
Contains Drupal\Core\KeyValueStore\KeyValueStoreInterface.

Class

KeyValueStoreInterface
Defines the interface for key/value store implementations.

Namespace

Drupal\Core\KeyValueStore

Code

public function deleteMultiple(array $keys);