You are here

public function Storage::next in Express 8

File

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

Class

Storage
Theme Storage.

Namespace

Drupal\bootstrap\Utility

Code

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