Views relationship handlers

  1. 3.x handlers/views_handler_relationship.inc views_relationship_handlers
  2. 2.x handlers/views_handler_relationship.inc views_relationship_handlers

Handlers to tell Views how to create alternate relationships.

File

handlers/views_handler_relationship.inc, line 8
Views' relationship handlers.

Classes

Namesort descending Location Description
views_handler_relationship handlers/views_handler_relationship.inc Simple relationship handler that allows a new version of the primary table to be linked in.
views_handler_relationship handlers/views_handler_relationship.inc Simple relationship handler that allows a new version of the primary table to be linked in.
views_handler_relationship_broken handlers/views_handler_relationship.inc A special handler to take the place of missing or broken handlers.
views_handler_relationship_broken handlers/views_handler_relationship.inc A special handler to take the place of missing or broken handlers.
views_handler_relationship_entity_reverse modules/field/views_handler_relationship_entity_reverse.inc A relationship handlers which reverse entity references.
views_handler_relationship_groupwise_max handlers/views_handler_relationship_groupwise_max.inc Relationship handler that allows a groupwise maximum of the linked in table. For a definition, see: http://dev.mysql.com/doc/refman/5.0/en/example-maximum-column-group-row.... In lay terms, instead of joining to get all matching records in theā€¦
views_handler_relationship_node_term_data modules/taxonomy/views_handler_relationship_node_term_data.inc Relationship handler to return the taxonomy terms of nodes.
views_handler_relationship_translation modules/translation/views_handler_relationship_translation.inc Handles relationships for content translation sets and provides multiple options.