namespace Drupal\views\Plugin\views\join

Classsort descending Location Description
JoinPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php Represents a join and creates the SQL necessary to implement the join.
Standard drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/Standard.php Default implementation of the join plugin.
Subquery drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/Subquery.php 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