function JoinTest::getJoinValue
Same name in other branches
- 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php \Drupal\views_test_data\Plugin\views\join\JoinTest::getJoinValue()
- 8.9.x core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php \Drupal\views_test_data\Plugin\views\join\JoinTest::getJoinValue()
- 10 core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php \Drupal\views_test_data\Plugin\views\join\JoinTest::getJoinValue()
Returns the joinValue property.
Return value
int
1 call to JoinTest::getJoinValue()
- JoinTest::buildJoin in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ join/ JoinTest.php - Builds the SQL for the join this object represents.
File
-
core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ join/ JoinTest.php, line 27
Class
- JoinTest
- Defines a join test plugin.
Namespace
Drupal\views_test_data\Plugin\views\joinCode
public function getJoinValue() {
return $this->joinValue;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.