function UncacheableFieldHandlerTrait::render
See also
\Drupal\views\Plugin\views\Field\FieldHandlerInterface::render()
File
- 
              core/modules/ views/ src/ Plugin/ views/ field/ UncacheableFieldHandlerTrait.php, line 17 
Class
- UncacheableFieldHandlerTrait
- Trait encapsulating the logic for uncacheable field handlers.
Namespace
Drupal\views\Plugin\views\fieldCode
public function render(ResultRow $row) {
  return $this->getFieldTokenPlaceholder();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
