12 calls to ViewExecutable::setDisplay()

ViewExecutable::addItem in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Adds an instance of a handler to the view.
ViewExecutable::build in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Build the query for the view.
ViewExecutable::executeDisplay in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Execute the given display, with the given arguments. To be called externally by whatever mechanism invokes the view, such as a page callback, hook_block, etc.
ViewExecutable::executeHookBlockList in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Called to get hook_block information from the view and the named display handler.
ViewExecutable::executeHookMenu in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Called to get hook_menu() information from the view and the named display handler.
ViewExecutable::getItem in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Gets the configuration of a handler instance on a given display.
ViewExecutable::getItems in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Gets an array of handler instances for the current display.
ViewExecutable::getPath in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Get the base path used for this view.
ViewExecutable::getTitle in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Get the view's current title. This can change depending upon how it was built.
ViewExecutable::preview in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Preview the given display, with the given arguments.
ViewExecutable::setItem in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Sets the configuration of a handler instance on a given display.
ViewExecutable::validate in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Make sure the view is completely valid.