function FieldTest::render
Overrides FieldPluginBase::render
File
- 
              core/modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ field/ FieldTest.php, line 52 
Class
- FieldTest
- A test field handler.
Namespace
Drupal\views_test_data\Plugin\views\fieldCode
public function render(ResultRow $values) {
  return $this->sanitizeValue($this->getTestValue());
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
