ViewExecutable::$baseEntityType

The entity type of the base table, if available. Type: \Drupal\Core\Entity\EntityTypeInterface|false File core/modules/views/src/ViewExecutable.php, line 436 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $baseEntityType;

ViewExecutable::$base_database

Allow to override the used database which is used for this query. Type: bool File core/modules/views/src/ViewExecutable.php, line 253 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $base_database = NULL;

ViewExecutable::$build_info

An array of build info. Type: array File core/modules/views/src/ViewExecutable.php, line 62 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $build_info = array();

ViewExecutable::$build_sort

Indicates if the sorts have been built. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 368 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $build_sort;

ViewExecutable::$built

Whether or not the view has been built. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 39 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $built = FALSE;

ViewExecutable::$current_display

Identifier of the current display. Type: string File core/modules/views/src/ViewExecutable.php, line 180 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $current_display;

ViewExecutable::$current_page

The current page. If the view uses pagination. Type: int File core/modules/views/src/ViewExecutable.php, line 87 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $current_page = NULL;

ViewExecutable::$displayHandlers

The list of used displays of the view. An array containing Drupal\views\Plugin\views\display\DisplayPluginBase objects. Type: \Drupal\views\DisplayPluginCollection File core/modules/views/src/ViewExecutable.php, line 211 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $displayHandlers;

ViewExecutable::$display_handler

The current used display plugin. Type: \Drupal\views\Plugin\views\display\DisplayPluginBase File core/modules/views/src/ViewExecutable.php, line 201 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $display_handler;

ViewExecutable::$dom_id

A unique identifier which allows to update multiple views output via js. Type: string File core/modules/views/src/ViewExecutable.php, line 382 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $dom_id;