Defines the various handler objects to help build and display views.

File

modules/views/includes/handlers.inc

Classes

Namesort descending Description
views_handler Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data.
views_join A function class to represent a join and create the SQL necessary to implement the join.
views_join_subquery Join handler for relationships that join with a subquery as the left field. eg: LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid
views_many_to_one_helper This many to one helper object is used on both arguments and filters.