function JoinTest::setJoinValue

Sets the joinValue property.

Parameters

int $join_value: The value of the join.

File

core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php, line 35

Class

JoinTest
Defines a join test plugin.

Namespace

Drupal\views_test_data\Plugin\views\join

Code

public function setJoinValue($join_value) {
  $this->joinValue = $join_value;
}

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