You are here

12 calls to ViewExecutable::initDisplay() in Zircon Profile 8.0

ViewExecutable::access in core/modules/views/src/ViewExecutable.php
Determine if the given user has access to the view. Note that this sets the display handler if it hasn't been.
ViewExecutable::buildTitle in core/modules/views/src/ViewExecutable.php
Force the view to build a title.
ViewExecutable::chooseDisplay in core/modules/views/src/ViewExecutable.php
Get 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
Figure 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
Acquire and attach 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.