public function FieldTest::setTestValue

Sets the testValue property.

Parameters

string $value: The test value to set.

File

drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php, line 32
Definition of Drupal\views_test_data\Plugin\views\field\FieldTest.

Class

FieldTest
Plugin annotation @PluginID("test_field");

Namespace

Drupal\views_test_data\Plugin\views\field

Code

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