Search for join

  1. Search 7.x for join
  2. Search 9.5.x for join
  3. Search 8.9.x for join
  4. Search 10.3.x for join
  5. Other projects
Title Object type File name Summary
AlterTest::testAlterWithJoin function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter the joins on a query.
CastedIntFieldJoin class core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php Implementation for the "casted_int_field_join" join.
CastedIntFieldJoin.php file core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php
CastedIntFieldJoin::buildJoin function core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php Builds the SQL for the join this object represents.
CastedIntFieldJoinTestBase class core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests the "casted_int_field_join" join plugin.
CastedIntFieldJoinTestBase.php file core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$castingType property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php The db type that should be used for casting fields as integers.
CastedIntFieldJoinTestBase::$manager property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php A plugin manager which handles the instances of joins.
CastedIntFieldJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Modules to enable.
CastedIntFieldJoinTestBase::$pluginId property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$rootUser property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$testViews property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::buildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Builds a join using the given configuration.
CastedIntFieldJoinTestBase::setUp function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::testBuildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests base join functionality.
EntityReverse::$joinManager property core/modules/views/src/Plugin/views/relationship/EntityReverse.php The views plugin join manager.
FieldOrLanguageJoin class core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php Implementation for the "field OR language" join.
FieldOrLanguageJoin.php file core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php
FieldOrLanguageJoin::joinAddExtra function core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php Adds the extras to the join condition.
FieldOrLanguageJoinTest class core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Tests the "field OR language" join plugin.
FieldOrLanguageJoinTest.php file core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::$manager property core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php A plugin manager which handlers the instances of joins.
FieldOrLanguageJoinTest::$pluginId property core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::buildJoin function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Builds a join using the given configuration.
FieldOrLanguageJoinTest::setUp function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::testBase function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Tests base join functionality.
FieldOrLanguageJoinTest::testLanguageBundleConditions function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Tests the adding of conditions by the join plugin.
HandlerBase::getJoin function core/modules/views/src/Plugin/views/HandlerBase.php Get the join object that should be used for this handler.
HandlerBase::getTableJoin function core/modules/views/src/Plugin/views/HandlerBase.php Fetches a handler to join one table to a primary table from the data cache.
HighWaterNotJoinableTest class core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php Tests the high water handling.
HighWaterNotJoinableTest.php file core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
HighWaterNotJoinableTest::$modules property core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php Modules to enable.
HighWaterNotJoinableTest::providerSource function core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
hook_views_plugins_join_alter function core/modules/views/views.api.php Modify the list of available views join plugins.
JoinPluginBase class core/modules/views/src/Plugin/views/join/JoinPluginBase.php Represents a join and creates the SQL necessary to implement the join.
JoinPluginBase.php file core/modules/views/src/Plugin/views/join/JoinPluginBase.php
JoinPluginBase::$adjusted property core/modules/views/src/Plugin/views/join/JoinPluginBase.php Defines whether a join has been adjusted.
JoinPluginBase::$configuration property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The configuration array passed by initJoin.
JoinPluginBase::$extra property core/modules/views/src/Plugin/views/join/JoinPluginBase.php An array of extra conditions on the join.
JoinPluginBase::$extraOperator property core/modules/views/src/Plugin/views/join/JoinPluginBase.php How all the extras will be combined. Either AND or OR.
JoinPluginBase::$field property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The field to join on (right field).
JoinPluginBase::$leftField property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The field we join to.
JoinPluginBase::$leftFormula property core/modules/views/src/Plugin/views/join/JoinPluginBase.php A formula to be used instead of the left field.
JoinPluginBase::$leftTable property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The table we join to.
JoinPluginBase::$table property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The table to join (right table).
JoinPluginBase::$type property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The join type, so for example LEFT (default) or INNER.
JoinPluginBase::buildExtra function core/modules/views/src/Plugin/views/join/JoinPluginBase.php Builds a single extra condition.
JoinPluginBase::buildJoin function core/modules/views/src/Plugin/views/join/JoinPluginBase.php Builds the SQL for the join this object represents.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.