Handlers to tell Views how to create alternate relationships.
Name | Location | Description |
---|---|---|
Broken |
drupal/ |
A special handler to take the place of missing or broken handlers. |
EntityReverse |
drupal/ |
A relationship handlers which reverse entity references. |
GroupwiseMax |
drupal/ |
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… |
NodeTermData |
drupal/ |
Relationship handler to return the taxonomy terms of nodes. |
RelationshipPluginBase |
drupal/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
RelationshipPluginBase |
drupal/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
Standard |
drupal/ |
Default implementation of the base relationship plugin. |