You are here

namespace Drupal\views\Plugin\views\field in Views (for Drupal 7) 8.3

Classsort descending Location Description
Boolean lib/Drupal/views/Plugin/views/field/Boolean.php A handler to provide proper displays for booleans.
Broken lib/Drupal/views/Plugin/views/field/Broken.php A special handler to take the place of missing or broken handlers.
ContextualLinks lib/Drupal/views/Plugin/views/field/ContextualLinks.php Provides a handler that adds contextual links.
Counter lib/Drupal/views/Plugin/views/field/Counter.php Field handler to show a counter of the current row.
Custom lib/Drupal/views/Plugin/views/field/Custom.php A handler to provide a field that is completely custom by the administrator.
Date lib/Drupal/views/Plugin/views/field/Date.php A handler to provide proper displays for dates.
FieldPluginBase lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Base field handler that has no options and renders an unformatted field.
FileSize lib/Drupal/views/Plugin/views/field/FileSize.php Render a numeric value as a size.
MachineName lib/Drupal/views/Plugin/views/field/MachineName.php Field handler whichs allows to show machine name content as human name.
Markup lib/Drupal/views/Plugin/views/field/Markup.php A handler to run a field through check_markup, using a companion format field.
Numeric lib/Drupal/views/Plugin/views/field/Numeric.php Render a field as a numeric value
PrerenderList lib/Drupal/views/Plugin/views/field/PrerenderList.php Field handler to provide a list of items.
Serialized lib/Drupal/views/Plugin/views/field/Serialized.php Field handler to show data of serialized fields.
Standard lib/Drupal/views/Plugin/views/field/Standard.php Default implementation of the base field plugin.
TimeInterval lib/Drupal/views/Plugin/views/field/TimeInterval.php A handler to provide proper displays for time intervals.
Url lib/Drupal/views/Plugin/views/field/Url.php Field handler to provide simple renderer that turns a URL into a clickable link.
Xss lib/Drupal/views/Plugin/views/field/Xss.php A handler to run a field through simple XSS filtering.