Views relationship handlers in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php \Drupal\views\Plugin\views\relationship\views_relationship_handlers
- 10 core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php \Drupal\views\Plugin\views\relationship\views_relationship_handlers
Plugins for handling views relationships.
Relationship handlers extend \Drupal\views\Plugin\views\relationship\RelationshipPluginBase. They must be annotated with \Drupal\views\Annotation\ViewsRelationship annotation, and they must be in namespace directory Plugin\views\relationship.
See also
Parent topics
File
- core/
modules/ views/ src/ Plugin/ views/ relationship/ RelationshipPluginBase.php, line 11
Classes
Name | Location | Description |
---|---|---|
Broken |
core/ |
A special handler to take the place of missing or broken handlers. |
EntityReverse |
core/ |
A relationship handlers which reverse entity references. |
GroupwiseMax |
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… |
NodeTermData |
core/ |
Relationship handler to return the taxonomy terms of nodes. |
RelationshipPluginBase |
core/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
RelationshipPluginBase |
core/ |
Simple relationship handler that allows a new version of the primary table to be linked in. |
Standard |
core/ |
Default implementation of the base relationship plugin. |
ViewsRelationship |
core/ |
Defines a Plugin annotation object for views relationship handlers. |