You are here

public function State::deleteAll in Advanced CSS/JS Aggregation 8.2

Delete all stored information from this Key Value Store.

File

src/State/State.php, line 31

Class

State
Provides AdvAgg State interfaces with a few extra commands.

Namespace

Drupal\advagg\State

Code

public function deleteAll() {
  $this->keyValueStore
    ->deleteAll();
}