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