FieldPluginBase.php

Definition of Drupal\views\Plugin\views\field\FieldPluginBase.

Namespace

Drupal\views\Plugin\views\field

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
View source

Constants

Namesort descending Description
VIEWS_HANDLER_RENDER_TEXT_PHASE_COMPLETELY Indicator of the renderText() method for rendering the whole element. (if no render_item() method is available).
VIEWS_HANDLER_RENDER_TEXT_PHASE_EMPTY Indicator of the renderText() method for rendering the empty text.
VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEM Indicator of the renderText() method for rendering a single item. (If no render_item() is present).

Classes

Namesort descending Description
FieldPluginBase Base field handler that has no options and renders an unformatted field.