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