Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty)().
Overrides ComplexDataInterface::isEmpty
File
- drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php, line 953
- Definition of Drupal\views_ui\ViewUI.
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
public function isEmpty() {
return $this->storage
->isEmpty();
}