You are here

namespace Drupal\views\Plugin\views\field in Drupal 8

Same name in other branches
  1. 9 Drupal\views\Plugin\views\field
Classsort descending Location Description
Boolean core/modules/views/src/Plugin/views/field/Boolean.php A handler to provide proper displays for booleans.
Broken core/modules/views/src/Plugin/views/field/Broken.php A special handler to take the place of missing or broken handlers.
BulkForm core/modules/views/src/Plugin/views/field/BulkForm.php Defines a actions-based bulk operation form element.
Counter core/modules/views/src/Plugin/views/field/Counter.php Field handler to show a counter of the current row.
Custom core/modules/views/src/Plugin/views/field/Custom.php A handler to provide a field that is completely custom by the administrator.
Date core/modules/views/src/Plugin/views/field/Date.php A handler to provide proper displays for dates.
Dropbutton core/modules/views/src/Plugin/views/field/Dropbutton.php Provides a handler that renders links as dropbutton.
EntityField core/modules/views/src/Plugin/views/field/EntityField.php A field that displays entity field data.
EntityLabel core/modules/views/src/Plugin/views/field/EntityLabel.php Field handler to display entity label optionally linked to entity page.
EntityLink core/modules/views/src/Plugin/views/field/EntityLink.php Field handler to present a link to an entity.
EntityLinkDelete core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Field handler to present a link to delete an entity.
EntityLinkEdit core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Field handler to present a link to edit an entity.
EntityOperations core/modules/views/src/Plugin/views/field/EntityOperations.php Renders all operations links for an entity.
Field core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.
FieldHandlerInterface core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Base field handler that has no options and renders an unformatted field.
FieldPluginBase core/modules/views/src/Plugin/views/field/FieldPluginBase.php Base class for views fields.
FileSize core/modules/views/src/Plugin/views/field/FileSize.php Render a numeric value as a size.
LanguageField core/modules/views/src/Plugin/views/field/LanguageField.php Defines a field handler to translate a language into its readable form.
LinkBase core/modules/views/src/Plugin/views/field/LinkBase.php Field handler to present a link to an entity.
Links core/modules/views/src/Plugin/views/field/Links.php A abstract handler which provides a collection of links.
MachineName core/modules/views/src/Plugin/views/field/MachineName.php Field handler which allows to show machine name content as human name.
Markup core/modules/views/src/Plugin/views/field/Markup.php A handler to run a field through check_markup, using a companion format field.
MultiItemsFieldHandlerInterface core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Defines a field handler which renders multiple items per row.
NumericField core/modules/views/src/Plugin/views/field/NumericField.php Render a field as a numeric value
PrerenderList core/modules/views/src/Plugin/views/field/PrerenderList.php Field handler to provide a list of items.
RenderedEntity core/modules/views/src/Plugin/views/field/RenderedEntity.php Provides a field handler which renders an entity in a certain view mode.
Serialized core/modules/views/src/Plugin/views/field/Serialized.php Field handler to show data of serialized fields.
Standard core/modules/views/src/Plugin/views/field/Standard.php Default implementation of the base field plugin.
TimeInterval core/modules/views/src/Plugin/views/field/TimeInterval.php A handler to provide proper displays for time intervals.
UncacheableFieldHandlerTrait core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php Trait encapsulating the logic for uncacheable field handlers.
Url core/modules/views/src/Plugin/views/field/Url.php Field handler to provide simple renderer that turns a URL into a clickable link.