Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UncacheableFieldHandlerTrait.php

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\field

Code

protected abstract function getValue(ResultRow $row, $field = NULL);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal