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