These objects are the core of Views do the bulk of the direction and storing of data. All database activity is in these objects.
Name | Location | Description |
---|---|---|
ViewExecutable |
drupal/ |
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. |