Search for join
| Title | Object type | File name | Summary |
|---|---|---|---|
| AlterTest::testAlterWithJoin | function | core/ |
Tests that we can alter the joins on a query. |
| CastedIntFieldJoin | class | core/ |
Implementation for the "casted_int_field_join" join. |
| CastedIntFieldJoin.php | file | core/ |
|
| CastedIntFieldJoin::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
| CastedIntFieldJoinTestBase | class | core/ |
Tests the "casted_int_field_join" join plugin. |
| CastedIntFieldJoinTestBase.php | file | core/ |
|
| CastedIntFieldJoinTestBase::$castingType | property | core/ |
The db type that should be used for casting fields as integers. |
| CastedIntFieldJoinTestBase::$manager | property | core/ |
A plugin manager which handles the instances of joins. |
| CastedIntFieldJoinTestBase::$modules | property | core/ |
Modules to install. |
| CastedIntFieldJoinTestBase::$pluginId | property | core/ |
|
| CastedIntFieldJoinTestBase::$rootUser | property | core/ |
|
| CastedIntFieldJoinTestBase::$testViews | property | core/ |
|
| CastedIntFieldJoinTestBase::buildJoin | function | core/ |
Builds a join using the given configuration. |
| CastedIntFieldJoinTestBase::setUp | function | core/ |
|
| CastedIntFieldJoinTestBase::setUpFixtures | function | core/ |
|
| CastedIntFieldJoinTestBase::testBuildJoin | function | core/ |
Tests base join functionality. |
| EntityReverse::$joinManager | property | core/ |
The views plugin join manager. |
| 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 install. |
| HighWaterNotJoinableTest::providerSource | function | core/ |
|
| 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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.