protected property View::$display in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Entity/View.php \Drupal\views\Entity\View::display
Stores all display handlers of this view.
An array containing Drupal\views\Plugin\views\display\DisplayPluginBase objects.
Type: array
File
- core/
modules/ views/ src/ Entity/ View.php, line 99 - Contains \Drupal\views\Entity\View.
Class
- View
- Defines a View configuration entity class.
Namespace
Drupal\views\EntityCode
protected $display = array();