You are here

public function StorageItem::next in Express 8

File

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

Class

StorageItem
Theme Storage Item.

Namespace

Drupal\bootstrap\Utility

Code

public function next() {
  return next($this->data);
}