public function FieldTest::render in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php \Drupal\views_test_data\Plugin\views\field\FieldTest::render()
- 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php \Drupal\views_test_data\Plugin\views\field\FieldTest::render()
File
- core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ field/ FieldTest.php, line 50
Class
- FieldTest
- Plugin annotation @ViewsField("test_field");
Namespace
Drupal\views_test_data\Plugin\views\fieldCode
public function render(ResultRow $values) {
return $this
->sanitizeValue($this
->getTestValue());
}