| Name | Location | Description |
|---|---|---|
| view | includes/ | 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/ | Base class for views' database objects. |
| views_display | includes/ | A display type in a view. |
| views_handler | includes/ | Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data. |
| views_handler_argument | handlers/ | Base class for arguments. |
| views_handler_argument_aggregator_category_cid | modules/ | Argument handler to accept an aggregator category id. |
| views_handler_argument_aggregator_fid | modules/ | Argument handler to accept an aggregator feed id. |
| views_handler_argument_broken | handlers/ | A special handler to take the place of missing or broken handlers. |
| views_handler_argument_comment_user_uid | modules/ | Argument handler to accept a user id to check for nodes that user posted or commented on. |
| views_handler_argument_date | handlers/ | Abstract argument handler for dates. |
| views_handler_argument_file_fid | modules/ | Argument handler to accept a file id. |
| views_handler_argument_formula | handlers/ | Abstract argument handler for simple formulae. |
| views_handler_argument_locale_group | modules/ | Argument handler to accept a language. |
| views_handler_argument_locale_language | modules/ | Argument handler to accept a language. |
| views_handler_argument_many_to_one | handlers/ | An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship. Definition terms: |
| views_handler_argument_node_created_day | modules/ | Argument handler for a day (DD) |
| views_handler_argument_node_created_fulldate | modules/ | Argument handler for a full date (CCYYMMDD) |
| views_handler_argument_node_created_month | modules/ | Argument handler for a month (MM) |
| views_handler_argument_node_created_week | modules/ | Argument handler for a week. |
| views_handler_argument_node_created_year | modules/ | Argument handler for a year (CCYY) |
| views_handler_argument_node_created_year_month | modules/ | Argument handler for a year plus month (CCYYMM) |
| views_handler_argument_node_language | modules/ | Argument handler to accept a language. |
| views_handler_argument_node_language | modules/ | Argument handler to accept a language. |
| views_handler_argument_node_nid | modules/ | Argument handler to accept a node id. |
| views_handler_argument_node_tnid | modules/ | Argument handler to accept a node translation id. |
| views_handler_argument_node_type | modules/ | Argument handler to accept a node type. |
| views_handler_argument_node_vid | modules/ | Argument handler to accept a node revision id. |
| views_handler_argument_null | handlers/ | Argument handler that ignores the argument. |
| views_handler_argument_numeric | handlers/ | Basic argument handler for arguments that are numeric. Incorporates break_phrase. |
| views_handler_argument_string | handlers/ | Basic argument handler to implement string arguments that may have length limits. |
| views_handler_argument_taxonomy | modules/ | Argument handler for basic taxonomy tid. |
| views_handler_argument_term_node_tid | modules/ | Allow taxonomy term ID(s) as argument |
| views_handler_argument_term_node_tid_depth | modules/ | Argument handler for taxonomy terms with depth. |
| views_handler_argument_term_node_tid_depth_modifier | modules/ | Argument handler for to modify depth for a previous term. |
| views_handler_argument_users_roles_rid | modules/ | Allow role ID(s) as argument |
| views_handler_argument_user_uid | modules/ | Argument handler to accept a user id. |
| views_handler_argument_vocabulary_vid | modules/ | Argument handler to accept a vocabulary id. |
| views_handler_field | handlers/ | Base field handler that has no options and renders an unformatted field. |
| views_handler_field_accesslog_path | modules/ | Field handler to provide simple renderer that turns a URL into a clickable link. |
| views_handler_field_aggregator_category | modules/ | Field handler to provide simple renderer that allows linking to aggregator category. |
| views_handler_field_aggregator_title_link | modules/ | Field handler that turns an item's title into a clickable link to the original source article. |
| views_handler_field_aggregator_xss | modules/ | |
| views_handler_field_boolean | handlers/ | A handler to provide proper displays for booleans. |
| views_handler_field_broken | handlers/ | A special handler to take the place of missing or broken handlers. |
| views_handler_field_comment | modules/ | Field handler to allow linking to a comment |
| views_handler_field_comment_depth | modules/ | Field handler to display the depth of a comment |
| views_handler_field_comment_link | modules/ | Base field handler to present a link. |
| views_handler_field_comment_link_delete | modules/ | Field handler to present a link to delete a node. |
| views_handler_field_comment_link_edit | modules/ | Field handler to present a link node edit. |
| views_handler_field_comment_link_reply | modules/ | Field handler to present a link to delete a node. |
Other projects: