namespace Drupal\views\Plugin\views\join in Views (for Drupal 7) 8.3
Class | Location | Description |
---|---|---|
JoinPluginBase |
lib/ |
Represents a join and creates the SQL necessary to implement the join. |
Standard |
lib/ |
Default implementation of the join plugin. |
Subquery |
lib/ |
Join handler for relationships that join with a subquery as the left field. eg: LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid |