Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
ViewExecutable.php
»
ViewExecutable
»
ViewExecutable::initDisplay
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
6 calls to ViewExecutable::initDisplay()
ViewExecutable::access
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
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 drupal/
core/
modules/
views/
lib/
Drupal/
views/
ViewExecutable.php
Force the view to build a title.
ViewExecutable::chooseDisplay
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
ViewExecutable.php
Get the first display that is accessible to the user.
ViewExecutable::initHandlers
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
ViewExecutable.php
Acquire and attach all of the handlers.
ViewExecutable::setDisplay
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
ViewExecutable.php
Set the display as current.
ViewExecutable::validate
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
ViewExecutable.php
Make sure the view is completely valid.