Search for join
| Title | Object type | File name | Summary | 
|---|---|---|---|
| AlterTest::testAlterWithJoin | function | core/ | 
                                                                                        Tests that we can alter the joins on a query. | 
| FieldOrLanguageJoin | class | core/ | 
                                                                                        Implementation for the "field OR language" join. | 
| FieldOrLanguageJoin.php | file | core/ | 
                                                                                        |
| FieldOrLanguageJoin::joinAddExtra | function | core/ | 
                                                                                        Adds the extras to the join condition. | 
| FieldOrLanguageJoinTest | class | core/ | 
                                                                                        Tests the "field OR language" join plugin. | 
| FieldOrLanguageJoinTest.php | file | core/ | 
                                                                                        |
| FieldOrLanguageJoinTest::$manager | property | core/ | 
                                                                                        A plugin manager which handlers the instances of joins. | 
| FieldOrLanguageJoinTest::$pluginId | property | core/ | 
                                                                                        |
| FieldOrLanguageJoinTest::$testViews | property | core/ | 
                                                                                        Views to be enabled. | 
| FieldOrLanguageJoinTest::buildJoin | function | core/ | 
                                                                                        Builds a join using the given configuration. | 
| FieldOrLanguageJoinTest::setUp | function | core/ | 
                                                                                        |
| FieldOrLanguageJoinTest::testBase | function | core/ | 
                                                                                        Tests base join functionality. | 
| FieldOrLanguageJoinTest::testLanguageBundleConditions | function | core/ | 
                                                                                        Tests the adding of conditions by the join plugin. | 
| HandlerBase::getJoin | function | core/ | 
                                                                                        Get the join object that should be used for this handler. | 
| HandlerBase::getTableJoin | function | core/ | 
                                                                                        Fetches a handler to join one table to a primary table from the data cache. | 
| HighWaterNotJoinableTest | class | core/ | 
                                                                                        Tests the high water handling. | 
| HighWaterNotJoinableTest.php | file | core/ | 
                                                                                        |
| HighWaterNotJoinableTest::$modules | property | core/ | 
                                                                                        Modules to enable. | 
| HighWaterNotJoinableTest::providerSource | function | core/ | 
                                                                                        The data provider. | 
| hook_views_plugins_join_alter | function | core/ | 
                                                                                        Modify the list of available views join plugins. | 
| JoinPluginBase | class | core/ | 
                                                                                        Represents a join and creates the SQL necessary to implement the join. | 
| JoinPluginBase.php | file | core/ | 
                                                                                        |
| JoinPluginBase::$adjusted | property | core/ | 
                                                                                        Defines whether a join has been adjusted. | 
| JoinPluginBase::$configuration | property | core/ | 
                                                                                        The configuration array passed by initJoin. | 
| JoinPluginBase::$extra | property | core/ | 
                                                                                        An array of extra conditions on the join. | 
| JoinPluginBase::$extraOperator | property | core/ | 
                                                                                        How all the extras will be combined. Either AND or OR. | 
| JoinPluginBase::$field | property | core/ | 
                                                                                        The field to join on (right field). | 
| JoinPluginBase::$leftField | property | core/ | 
                                                                                        The field we join to. | 
| JoinPluginBase::$leftFormula | property | core/ | 
                                                                                        A formula to be used instead of the left field. | 
| JoinPluginBase::$leftTable | property | core/ | 
                                                                                        The table we join to. | 
| JoinPluginBase::$table | property | core/ | 
                                                                                        The table to join (right table). | 
| JoinPluginBase::$type | property | core/ | 
                                                                                        The join type, so for example LEFT (default) or INNER. | 
| JoinPluginBase::buildExtra | function | core/ | 
                                                                                        Builds a single extra condition. | 
| JoinPluginBase::buildJoin | function | core/ | 
                                                                                        Builds the SQL for the join this object represents. | 
| JoinPluginBase::joinAddExtra | function | core/ | 
                                                                                        Adds the extras to the join condition. | 
| JoinPluginBase::__construct | function | core/ | 
                                                                                        Constructs a Drupal\views\Plugin\views\join\JoinPluginBase object. | 
| JoinPluginInterface | interface | core/ | 
                                                                                        Represents a join and creates the SQL necessary to implement the join. | 
| JoinPluginInterface.php | file | core/ | 
                                                                                        |
| JoinPluginInterface::buildJoin | function | core/ | 
                                                                                        Builds the SQL for the join this object represents. | 
| JoinTest | class | core/ | 
                                                                                        Tests the join plugin. | 
| JoinTest | class | core/ | 
                                                                                        Defines a join test plugin. | 
| JoinTest.php | file | core/ | 
                                                                                        |
| JoinTest.php | file | core/ | 
                                                                                        |
| JoinTest::$joinValue | property | core/ | 
                                                                                        A value which is used to build an additional join condition. | 
| JoinTest::$manager | property | core/ | 
                                                                                        A plugin manager which handlers the instances of joins. | 
| JoinTest::$testViews | property | core/ | 
                                                                                        Views used by this test. | 
| JoinTest::buildJoin | function | core/ | 
                                                                                        Builds the SQL for the join this object represents. | 
| JoinTest::getJoinValue | function | core/ | 
                                                                                        Returns the joinValue property. | 
| JoinTest::setJoinValue | function | core/ | 
                                                                                        Sets the joinValue property. | 
| JoinTest::setUp | function | core/ | 
                                                                                        
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.