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