Views relationship handlers
Same name in other branches
- 9 core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php \Drupal\views\Plugin\views\relationship\views_relationship_handlers
- 8.9.x 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 attributed with \Drupal\views\Attribute\ViewsRelationship attribute, 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
Title Sort descending | File name | Summary |
---|---|---|
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/ |
The relationship handler for groupwise maximum queries. |
NodeTermData | core/ |
Relationship handler to return the taxonomy terms of nodes. |
RelationshipPluginBase | core/ |
Relationship plugin base. |
RelationshipPluginBase | core/ |
Relationship plugin base. |
Standard | core/ |
Default implementation of the base relationship plugin. |
ViewsRelationship | core/ |
Defines a Plugin attribute class for views relationship handlers. |
ViewsRelationship | core/ |
Defines a Plugin annotation object for views relationship handlers. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.