You are here

Views field handlers in Views (for Drupal 7) 8.3

Handlers to tell Views how to build and display fields.

File

lib/Drupal/views/Plugin/views/field/FieldPluginBase.php, line 14
Definition of Drupal\views\Plugin\views\field\FieldPluginBase.

Constants

Namesort descending Location Description
VIEWS_HANDLER_RENDER_TEXT_PHASE_COMPLETELY lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Indicator of the render_text() method for rendering the whole element. (if no render_item() method is available).
VIEWS_HANDLER_RENDER_TEXT_PHASE_EMPTY lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Indicator of the render_text() method for rendering the empty text.
VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEM lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Indicator of the render_text() method for rendering a single item. (If no render_item() is present).

Classes

Namesort descending Location Description
AccesslogPath lib/Views/statistics/Plugin/views/field/AccesslogPath.php Field handler to provide simple renderer that turns a URL into a clickable link.
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.
Category lib/Views/aggregator/Plugin/views/field/Category.php Field handler to provide simple renderer that allows linking to aggregator category.
Combine lib/Drupal/views/Plugin/views/filter/Combine.php Filter handler which allows to search on multiple fields.
Comment lib/Views/comment/Plugin/views/field/Comment.php Field handler to allow linking to a comment.
ContactLink lib/Views/contact/Plugin/views/field/ContactLink.php A field that links to the user contact page, if access is permitted.
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.
Depth lib/Views/comment/Plugin/views/field/Depth.php Field handler to display the depth of a comment.
Extension lib/Views/file/Plugin/views/field/Extension.php Returns a pure file extension of the file, for example 'module'.
Field lib/Views/field/Plugin/views/field/Field.php A field that displays fieldapi fields.
FieldPluginBase lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Base field handler that has no options and renders an unformatted field.
FieldPluginBase lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Base field handler that has no options and renders an unformatted field.
File lib/Views/file/Plugin/views/field/File.php Field handler to provide simple renderer that allows linking to a file.
FileMime lib/Views/file/Plugin/views/field/FileMime.php Field handler to add rendering MIME type images as an option on the filemime field.
FileSize lib/Drupal/views/Plugin/views/field/FileSize.php Render a numeric value as a size.
FormatName lib/Views/filter/Plugin/views/field/FormatName.php Field handler to output the name of an input format.
HistoryUserTimestamp lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php Field handler to display the marker for new content.
Language lib/Views/node/Plugin/views/field/Language.php Field handler to translate a language into its readable form.
Language lib/Views/user/Plugin/views/field/Language.php Views field handler for user language.
Language lib/Views/language/Plugin/views/field/Language.php Field handler to translate a language into its readable form.
LastTimestamp lib/Views/comment/Plugin/views/field/LastTimestamp.php Field handler to display the timestamp of a comment with the count of comments.
Link lib/Views/node/Plugin/views/field/Link.php Field handler to present a link to the node.
Link lib/Views/user/Plugin/views/field/Link.php Field handler to present a link to the user.
Link lib/Views/comment/Plugin/views/field/Link.php Base field handler to present a link.
LinkApprove lib/Views/comment/Plugin/views/field/LinkApprove.php Provides a comment approve link.
LinkCancel lib/Views/user/Plugin/views/field/LinkCancel.php Field handler to present a link to user cancel.
LinkDelete lib/Views/node/Plugin/views/field/LinkDelete.php Field handler to present a link to delete a node.
LinkDelete lib/Views/comment/Plugin/views/field/LinkDelete.php Field handler to present a link to delete a node.
LinkEdit lib/Views/node/Plugin/views/field/LinkEdit.php Field handler to present a link node edit.
LinkEdit lib/Views/user/Plugin/views/field/LinkEdit.php Field handler to present a link to user edit.
LinkEdit lib/Views/locale/Plugin/views/field/LinkEdit.php Field handler to present a link to edit a translation.
LinkEdit lib/Views/comment/Plugin/views/field/LinkEdit.php Field handler to present a link node edit.
LinkEdit lib/Views/taxonomy/Plugin/views/field/LinkEdit.php Field handler to present a term edit link.
LinkReply lib/Views/comment/Plugin/views/field/LinkReply.php Field handler to present a link to delete a node.
MachineName lib/Drupal/views/Plugin/views/field/MachineName.php Field handler whichs allows to show machine name content as human name.
Mail lib/Views/user/Plugin/views/field/Mail.php Field handler to provide acess control for the email field.
Markup lib/Drupal/views/Plugin/views/field/Markup.php A handler to run a field through check_markup, using a companion format field.
Name lib/Views/user/Plugin/views/field/Name.php Field handler to provide simple renderer that allows using a themed user link.
NcsLastCommentName lib/Views/comment/Plugin/views/field/NcsLastCommentName.php Field handler to present the name of the last comment poster.
NcsLastUpdated lib/Views/comment/Plugin/views/field/NcsLastUpdated.php Field handler to display the newer of last comment / node updated.
Node lib/Views/node/Plugin/views/field/Node.php Field handler to provide simple renderer that allows linking to a node. Definition terms:
NodeComment lib/Views/comment/Plugin/views/field/NodeComment.php Display node comment status.
NodeLink lib/Views/comment/Plugin/views/field/NodeLink.php Handler for showing comment module's node link.
NodeLinkTranslate lib/Views/translation/Plugin/views/field/NodeLinkTranslate.php Field handler to present a link node translate.
NodeNewComments lib/Views/comment/Plugin/views/field/NodeNewComments.php Field handler to display the number of new comments.
NodeTranslationLink lib/Views/translation/Plugin/views/field/NodeTranslationLink.php Field handler to present a link to the node.
Numeric lib/Drupal/views/Plugin/views/field/Numeric.php Render a field as a numeric value
Path lib/Views/node/Plugin/views/field/Path.php Field handler to present the path to the node.
Permissions lib/Views/user/Plugin/views/field/Permissions.php Field handler to provide a list of permissions.
Picture lib/Views/user/Plugin/views/field/Picture.php Field handler to provide simple renderer that allows using a themed user link.
PrerenderList lib/Drupal/views/Plugin/views/field/PrerenderList.php Field handler to provide a list of items.
Revision lib/Views/node/Plugin/views/field/Revision.php A basic node_revision handler.
RevisionLink lib/Views/node/Plugin/views/field/RevisionLink.php Field handler to present a link to a node revision.
RevisionLinkDelete lib/Views/node/Plugin/views/field/RevisionLinkDelete.php Field handler to present link to delete a node revision.
RevisionLinkRevert lib/Views/node/Plugin/views/field/RevisionLinkRevert.php Field handler to present a link to revert a node to a revision.
Roles lib/Views/user/Plugin/views/field/Roles.php Field handler to provide a list of roles.
Score lib/Views/search/Plugin/views/field/Score.php Field handler to provide simple renderer that allows linking to a node.
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.
Status lib/Views/file/Plugin/views/field/Status.php Field handler to translate a node type into its readable form.
Taxonomy lib/Views/taxonomy/Plugin/views/field/Taxonomy.php Field handler to provide simple renderer that allows linking to a taxonomy term.
TaxonomyIndexTid lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php Field handler to display all taxonomy terms of a node.
TimeInterval lib/Drupal/views/Plugin/views/field/TimeInterval.php A handler to provide proper displays for time intervals.
TitleLink lib/Views/aggregator/Plugin/views/field/TitleLink.php Field handler that turns an item's title into a clickable link to the original source article.
Type lib/Views/node/Plugin/views/field/Type.php Field handler to translate a node type into its readable form.
Url lib/Drupal/views/Plugin/views/field/Url.php Field handler to provide simple renderer that turns a URL into a clickable link.
User lib/Views/user/Plugin/views/field/User.php Field handler to provide simple renderer that allows linking to a user.
Username lib/Views/comment/Plugin/views/field/Username.php Field handler to allow linking to a user account or homepage.
Xss lib/Views/aggregator/Plugin/views/field/Xss.php Filters htmls tags from item.
Xss lib/Drupal/views/Plugin/views/field/Xss.php A handler to run a field through simple XSS filtering.