You are here

public function UncacheableFieldHandlerTrait::render in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php \Drupal\views\Plugin\views\field\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\field

Code

public function render(ResultRow $row) {
  return $this
    ->getFieldTokenPlaceholder();
}