function FieldTest::setTestValue

Sets the testValue property.

Parameters

string $value: The test value to set.

File

core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php, line 29

Class

FieldTest
A test field handler.

Namespace

Drupal\views_test_data\Plugin\views\field

Code

public function setTestValue($value) {
  $this->testValue = $value;
}

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