You are here

public function JoinTest::getJoinValue in Views (for Drupal 7) 8.3

Returns the joinValue property.

Return value

int

1 call to JoinTest::getJoinValue()
JoinTest::buildJoin in tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/join/JoinTest.php
Overrides Drupal\views\Plugin\views\join\JoinPluginBase::buildJoin().

File

tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/join/JoinTest.php, line 35
Definition of Drupal\views_test_data\views\join\JoinTest.

Class

JoinTest
Defines a join test plugin.

Namespace

Drupal\views_test_data\Plugin\views\join

Code

public function getJoinValue() {
  return $this->joinValue;
}