8 calls to DatabaseStorage::catchException()

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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.