You are here

public function Storage::valid in Express 8

File

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

Class

Storage
Theme Storage.

Namespace

Drupal\bootstrap\Utility

Code

public function valid() {
  return key($this->data) !== NULL;
}