Handlers to tell Views how to create alternate relationships.
File
- modules/
views/ handlers/ views_handler_relationship.inc, line 8 - Views' relationship handlers.
Classes
Name | Location | Description |
---|---|---|
views_handler_relationship |
modules/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
views_handler_relationship |
modules/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
views_handler_relationship_broken |
modules/ |
A special handler to take the place of missing or broken handlers. |
views_handler_relationship_broken |
modules/ |
A special handler to take the place of missing or broken handlers. |
views_handler_relationship_entity_reverse |
modules/ |
A relationship handlers which reverse entity references. |
views_handler_relationship_groupwise_max |
modules/ |
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/ |
Relationship handler to return the taxonomy terms of nodes. |
views_handler_relationship_translation |
modules/ |
Handles relationships for content translation sets and provides multiple options. |