You are here

public function Storage::isEmpty in Express 8

Determines if the cache is empty.

Return value

bool TRUE or FALSE

File

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

Class

Storage
Theme Storage.

Namespace

Drupal\bootstrap\Utility

Code

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