You are here

public function Storage::key in Express 8

File

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

Class

Storage
Theme Storage.

Namespace

Drupal\bootstrap\Utility

Code

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