You are here

public property ViewStorage::$display in Views (for Drupal 7) 8.3

Stores all display handlers of this view.

An array containing Drupal\views\Plugin\views\display\DisplayPluginBase objects.

Type: array

File

lib/Drupal/views/ViewStorage.php, line 78
Definition of Drupal\views\ViewStorage.

Class

ViewStorage
Defines a ViewStorage configuration entity class.

Namespace

Drupal\views

Code

public $display;