You are here

13 calls to ViewExecutable::setDisplay() in Drupal 9

ViewExecutable::addHandler in core/modules/views/src/ViewExecutable.php
Adds an instance of a handler to the view.
ViewExecutable::build in core/modules/views/src/ViewExecutable.php
Builds the query for the view.
ViewExecutable::buildRenderable in core/modules/views/src/ViewExecutable.php
Builds the render array outline for the given display.
ViewExecutable::executeDisplay in core/modules/views/src/ViewExecutable.php
Executes the given display, with the given arguments.
ViewExecutable::getHandler in core/modules/views/src/ViewExecutable.php
Gets the configuration of a handler instance on a given display.
ViewExecutable::getHandlers in core/modules/views/src/ViewExecutable.php
Gets an array of handler instances for the current display.
ViewExecutable::getPath in core/modules/views/src/ViewExecutable.php
Gets the base path used for this view.
ViewExecutable::getTitle in core/modules/views/src/ViewExecutable.php
Gets the view's current title.
ViewExecutable::preview in core/modules/views/src/ViewExecutable.php
Previews the given display, with the given arguments.
ViewExecutable::removeHandler in core/modules/views/src/ViewExecutable.php
Removes configuration for a handler instance on a given display.
ViewExecutable::setHandler in core/modules/views/src/ViewExecutable.php
Sets the configuration of a handler instance on a given display.
ViewExecutable::validate in core/modules/views/src/ViewExecutable.php
Makes sure the view is completely valid.
ViewExecutable::__wakeup in core/modules/views/src/ViewExecutable.php
Magic method implementation to unserialize the view executable.