You are here

public function Storage::deleteAll in Express 8

Deletes all items from the key/value store.

Overrides MemoryStorage::deleteAll

File

themes/contrib/bootstrap/src/Utility/Storage.php, line 126
Contains \Drupal\bootstrap\Utility\Storage.

Class

Storage
Theme Storage.

Namespace

Drupal\bootstrap\Utility

Code

public function deleteAll() {
  parent::deleteAll();
  $this
    ->changed();
}