function UncacheableFieldHandlerTrait::getValue
See also
\Drupal\views\Plugin\views\Field\FieldHandlerInterface::getValue()
1 call to UncacheableFieldHandlerTrait::getValue()
- UncacheableFieldHandlerTrait::doRender in core/
modules/ views/ src/ Plugin/ views/ field/ UncacheableFieldHandlerTrait.php - Actually renders the field markup.
2 methods override UncacheableFieldHandlerTrait::getValue()
- BulkForm::getValue in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - Gets the value that's supposed to be rendered.
- Counter::getValue in core/
modules/ views/ src/ Plugin/ views/ field/ Counter.php - Gets the value that's supposed to be rendered.
File
-
core/
modules/ views/ src/ Plugin/ views/ field/ UncacheableFieldHandlerTrait.php, line 58
Class
- UncacheableFieldHandlerTrait
- Trait encapsulating the logic for uncacheable field handlers.
Namespace
Drupal\views\Plugin\views\fieldCode
protected abstract function getValue(ResultRow $row, $field = NULL);