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

File

core/modules/views/includes/handlers.inc

Classes

Namesort ascending Description
views_many_to_one_helper
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_join
views_handler Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data.