FieldOrLanguageJoin |
core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php |
Implementation for the "field OR language" join. |
JoinPluginBase |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Represents a join and creates the SQL necessary to implement the join. |
JoinPluginInterface |
core/modules/views/src/Plugin/views/join/JoinPluginInterface.php |
Represents a join and creates the SQL necessary to implement the join. |
Standard |
core/modules/views/src/Plugin/views/join/Standard.php |
Default implementation of the join plugin. |
Subquery |
core/modules/views/src/Plugin/views/join/Subquery.php |
Join handler for relationships that join with a subquery as the left field. |