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\UtilityCode
public function next() {
return next($this->data);
}