function View::isEmpty
Same name in other branches
- 8.9.x core/modules/views/src/Plugin/views/area/View.php \Drupal\views\Plugin\views\area\View::isEmpty()
- 10 core/modules/views/src/Plugin/views/area/View.php \Drupal\views\Plugin\views\area\View::isEmpty()
- 11.x core/modules/views/src/Plugin/views/area/View.php \Drupal\views\Plugin\views\area\View::isEmpty()
Overrides AreaPluginBase::isEmpty
File
-
core/
modules/ views/ src/ Plugin/ views/ area/ View.php, line 140
Class
- View
- Views area handlers. Insert a view inside of an area.
Namespace
Drupal\views\Plugin\views\areaCode
public function isEmpty() {
if (isset($this->isEmpty)) {
return $this->isEmpty;
}
else {
return parent::isEmpty();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.