public State::resetCache() Resets the static cache
The key value store to use. Type:
public State::getMultiple(array $keys) Returns
Static state cache. Type:
State::__construct(KeyValueFactoryInterface $key_value_factory)
public State::delete($key) Deletes an item.
Provides the state system using a key value store. Hierarchy class \Drupal\Core\State\
public State::get($key, $default = NULL) Returns
public State::set($key, $value) Saves a value for
public State::deleteMultiple(array $keys) Deletes
Page 1 of 2