You are here

public function Storage::rewind in Express 8

File

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

Class

Storage
Theme Storage.

Namespace

Drupal\bootstrap\Utility

Code

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