You are here

public function JoinTest::setJoinValue in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php \Drupal\views_test_data\Plugin\views\join\JoinTest::setJoinValue()

Sets the joinValue property.

Parameters

int $join_value:

File

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

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;
}