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 94
Class
- View
- Defines a View configuration entity class.
Namespace
Drupal\views\Entity
Code
protected $display = array();
Please login to continue.