You are here

15 calls to ViewExecutable::setDisplay() in Views (for Drupal 7) 8.3

ViewExecutable::addItem in lib/Drupal/views/ViewExecutable.php
Adds an instance of a handler to the view.
ViewExecutable::build in lib/Drupal/views/ViewExecutable.php
Build the query for the view.
ViewExecutable::executeDisplay in 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 lib/Drupal/views/ViewExecutable.php
Called to get hook_block information from the view and the named display handler.
ViewExecutable::executeHookMenu in lib/Drupal/views/ViewExecutable.php
Called to get hook_menu() information from the view and the named display handler.
ViewExecutable::getItem in lib/Drupal/views/ViewExecutable.php
Gets the configuration of a handler instance on a given display.
ViewExecutable::getItems in lib/Drupal/views/ViewExecutable.php
Gets an array of handler instances for the current display.
ViewExecutable::getPath in lib/Drupal/views/ViewExecutable.php
Get the base path used for this view.
ViewExecutable::getTitle in lib/Drupal/views/ViewExecutable.php
Get the view's current title. This can change depending upon how it was built.
ViewExecutable::preview in lib/Drupal/views/ViewExecutable.php
Preview the given display, with the given arguments.
ViewExecutable::setItem in lib/Drupal/views/ViewExecutable.php
Sets the configuration of a handler instance on a given display.
ViewExecutable::validate in lib/Drupal/views/ViewExecutable.php
Make sure the view is completely valid.
ViewUI::buildEditForm in views_ui/lib/Drupal/views_ui/ViewUI.php
Form builder callback for editing a View.
ViewUI::rebuildCurrentTab in views_ui/lib/Drupal/views_ui/ViewUI.php
Regenerate the current tab for AJAX updates.
ViewUI::renderPreview in views_ui/lib/Drupal/views_ui/ViewUI.php