function NullStorageExpirable::set
Saves a value for a given key.
Parameters
string $key: The key of the data to store.
mixed $value: The data to store.
Overrides KeyValueStoreInterface::set
File
-
core/
lib/ Drupal/ Core/ KeyValueStore/ NullStorageExpirable.php, line 62
Class
- NullStorageExpirable
- Defines a null key/value store implementation.
Namespace
Drupal\Core\KeyValueStoreCode
public function set($key, $value) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.