public property ViewExecutable::$displayHandlers in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 216 - Contains \Drupal\views\ViewExecutable.
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\viewsCode
public $displayHandlers;