You are here

12 calls to ViewExecutable::initDisplay() in Drupal 9

ViewExecutable::access in core/modules/views/src/ViewExecutable.php
Determines if the given user has access to the view.
ViewExecutable::buildTitle in core/modules/views/src/ViewExecutable.php
Forces the view to build a title.
ViewExecutable::chooseDisplay in core/modules/views/src/ViewExecutable.php
Gets the first display that is accessible to the user.
ViewExecutable::getCacheTags in core/modules/views/src/ViewExecutable.php
Gets the cache tags associated with the executed view.
ViewExecutable::getDisplay in core/modules/views/src/ViewExecutable.php
Gets the current display plugin.
ViewExecutable::getExposedInput in core/modules/views/src/ViewExecutable.php
Figures out what the exposed input for this view is.
ViewExecutable::getUrlInfo in core/modules/views/src/ViewExecutable.php
Gets the Url object associated with the display handler.
ViewExecutable::initHandlers in core/modules/views/src/ViewExecutable.php
Acquires and attaches all of the handlers.
ViewExecutable::mergeDefaults in core/modules/views/src/ViewExecutable.php
Merges all plugin default values for each display.
ViewExecutable::newDisplay in core/modules/views/src/ViewExecutable.php
Creates a new display and a display handler instance for it.
ViewExecutable::setDisplay in core/modules/views/src/ViewExecutable.php
Sets the current display.
ViewExecutable::validate in core/modules/views/src/ViewExecutable.php
Makes sure the view is completely valid.