The key value store to use. Type:
public State::getMultiple(array $keys) Returns
public State::resetCache() Resets the static cache
Static state cache. Type:
public State::delete($key) Deletes an item.
State::__construct(KeyValueFactoryInterface $key_value_factory)
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