You are here

7 calls to StorageItem::changed() in Express 8

StorageItem::delete in themes/contrib/bootstrap/src/Utility/StorageItem.php
Deletes an item from the key/value store.
StorageItem::deleteAll in themes/contrib/bootstrap/src/Utility/StorageItem.php
Deletes all items from the key/value store.
StorageItem::deleteMultiple in themes/contrib/bootstrap/src/Utility/StorageItem.php
Deletes multiple items from the key/value store.
StorageItem::rename in themes/contrib/bootstrap/src/Utility/StorageItem.php
Renames a key.
StorageItem::set in themes/contrib/bootstrap/src/Utility/StorageItem.php
Saves a value for a given key.
StorageItem::setIfNotExists in themes/contrib/bootstrap/src/Utility/StorageItem.php
Saves a value for a given key if it does not exist yet.
StorageItem::setMultiple in themes/contrib/bootstrap/src/Utility/StorageItem.php
Saves key/value pairs.