Delete all stored information from this Key Value Store.
Fichier
-
src/
State/ State.php, line 31
Classe
- State
- Provides AdvAgg State interfaces with a few extra commands.
Namespace
Drupal\advagg\StateCode
public function deleteAll() {
$this->keyValueStore
->deleteAll();
}