You are here

public property ViewExecutable::$displayHandlers in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/ViewExecutable.php \Drupal\views\ViewExecutable::displayHandlers

The list of used displays of the view.

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

Type: \Drupal\views\DisplayPluginCollection

File

core/modules/views/src/ViewExecutable.php, line 215

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public $displayHandlers;