You are here

Objects that represent a View or part of a view in Views (for Drupal 7) 8.3

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

lib/Drupal/views/ViewExecutable.php, line 12
Definition of Drupal\views\ViewExecutable.

Classes

Namesort descending Location Description
ViewExecutable 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.