Objects that represent a View or part of a view in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 includes/view.inc \views_objects
- 6.2 includes/view.inc \views_objects
@file
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 3 - views_objects Objects that represent a View or part of a view
Functions
Name | Location | Description |
---|---|---|
views_object_types |
includes/ |
Provide a list of object types used in a view, with some info about them. |
Classes
Name | Location | Description |
---|---|---|
view |
includes/ |
An object to contain all of the data to generate a view. |
views_db_object |
includes/ |
Base class for views' database objects. |
views_display |
includes/ |
A display type in a view. |