public function StorageItem::isEmpty in Express 8
Determines if the cache is empty.
Return value
bool TRUE or FALSE
File
- themes/
contrib/ bootstrap/ src/ Utility/ StorageItem.php, line 95 - Contains \Drupal\bootstrap\Utility\StorageItem.
Class
- StorageItem
- Theme Storage Item.
Namespace
Drupal\bootstrap\UtilityCode
public function isEmpty() {
return empty($this->data);
}