You are here

namespace Drupal\views\Plugin\views\join in Views (for Drupal 7) 8.3

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