Views relationship handlers in Views (for Drupal 7) 8.3
Handlers to tell Views how to create alternate relationships.
File
- lib/
Drupal/ views/ Plugin/ views/ relationship/ RelationshipPluginBase.php, line 15 - Definition of Drupal\views\Plugin\views\relationship\RelationshipPluginBase.
Classes
Name | Location | Description |
---|---|---|
Broken |
lib/ |
A special handler to take the place of missing or broken handlers. |
EntityReverse |
lib/ |
A relationship handlers which reverse entity references. |
GroupwiseMax |
lib/ |
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 |
lib/ |
Relationship handler to return the taxonomy terms of nodes. |
RelationshipPluginBase |
lib/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
RelationshipPluginBase |
lib/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
Standard |
lib/ |
Default implementation of the base relationship plugin. |
Translation |
lib/ |
Handles relationships for content translation sets and provides multiple options. |