You are here

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

Same name and namespace in other branches
  1. 6.2 includes/view.inc \views_objects
  2. 7.3 includes/view.inc \views_objects

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

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

Functions

Namesort descending Location Description
views_object_types includes/view.inc Provide a list of views object types used in a view, with some information about them.

Classes

Namesort descending Location Description
view 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_db_object includes/view.inc Base class for views' database objects.
views_display includes/view.inc A display type in a view.