You are here

protected property View::$isEmpty in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/area/View.php \Drupal\views\Plugin\views\area\View::isEmpty

Stores whether the embedded view is actually empty.

Type: bool

File

core/modules/views/src/Plugin/views/area/View.php, line 24

Class

View
Views area handlers. Insert a view inside of an area.

Namespace

Drupal\views\Plugin\views\area

Code

protected $isEmpty;