Views relationship handlers

Handlers to tell Views how to create alternate relationships.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php, line 15
Definition of Drupal\views\Plugin\views\relationship\RelationshipPluginBase.

Classes

Namesort descending Location Description
Broken drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php A special handler to take the place of missing or broken handlers.
EntityReverse drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php A relationship handlers which reverse entity references.
GroupwiseMax drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php 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/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/relationship/NodeTermData.php Relationship handler to return the taxonomy terms of nodes.
RelationshipPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php Simple relationship handler that allows a new version of the primary table to be linked in.
RelationshipPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php Simple relationship handler that allows a new version of the primary table to be linked in.
Standard drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Standard.php Default implementation of the base relationship plugin.