Objects that represent a View or part of a view

These objects are the core of Views do the bulk of the direction and storing of data. All database activity is in these objects.

File

drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php, line 13
Definition of Drupal\views\ViewExecutable.

Classes

Namesort ascending Location Description
ViewExecutable drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output.