class StorageItem
Theme Storage Item.
This is essentially the same object as Storage. The only exception is delegating any data changes to the primary Storage object this StorageItem object lives in.
This storage object can be used in foreach
loops.
Hierarchy
- class \Drupal\bootstrap\Utility\StorageItem extends \Drupal\Core\KeyValueStore\MemoryStorage implements \Iterator
Expanded class hierarchy of StorageItem
Related topics
Namespace
Drupal\bootstrap\UtilityMembers
Name | Modifiers | Type | Description |
---|---|---|---|
StorageItem:: |
protected | property | Flag determining whether or not object has been initialized yet. |
StorageItem:: |
protected | property | The \Drupal\bootstrap\Storage instance this item belongs to. |
StorageItem:: |
public | function | Notifies the main Storage object that data has changed. |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | Determines if the cache is empty. |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function | |
StorageItem:: |
public | function |