You are here

8 calls to DatabaseStorage::catchException() in Drupal 9

DatabaseStorage::deleteAll in core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
Deletes all items from the key/value store.
DatabaseStorage::deleteMultiple in core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
Deletes multiple items from the key/value store.
DatabaseStorage::getAll in core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
Returns all stored key/value pairs in the collection.
DatabaseStorage::has in core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
Returns whether a given key exists in the store.
DatabaseStorage::rename in core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
Renames a key.
DatabaseStorageExpirable::getAll in core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
Returns all stored key/value pairs in the collection.
DatabaseStorageExpirable::getMultiple in core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
Returns the stored key/value pairs for a given set of keys.
DatabaseStorageExpirable::has in core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
Returns whether a given key exists in the store.