You are here

public function StorageItem::deleteAll in Express 8

Deletes all items from the key/value store.

Overrides MemoryStorage::deleteAll

File

themes/contrib/bootstrap/src/Utility/StorageItem.php, line 84
Contains \Drupal\bootstrap\Utility\StorageItem.

Class

StorageItem
Theme Storage Item.

Namespace

Drupal\bootstrap\Utility

Code

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