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

modules/views/includes/view.inc, line 7
Provides the view object type and associated methods.

Classes

Namesort descending Location Description
view modules/views/includes/view.inc 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.
views_display modules/views/includes/view.inc A display type in a view.