Views field handlers in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 handlers/views_handler_field.inc \views_field_handlers
- 6.2 handlers/views_handler_field.inc \views_field_handlers
Handlers to tell Views how to build and display fields.
File
- handlers/
views_handler_field.inc, line 8 - Definition of views_handler_field.
Constants
Name | Location | Description |
---|---|---|
VIEWS_HANDLER_RENDER_TEXT_PHASE_COMPLETELY |
handlers/ |
Indicator of the render_text() method for rendering the whole element. |
VIEWS_HANDLER_RENDER_TEXT_PHASE_EMPTY |
handlers/ |
Indicator of the render_text() method for rendering the empty text. |
VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEM |
handlers/ |
Indicator of the render_text() method for rendering a single item. |
Classes
Name | Location | Description |
---|---|---|
views_handler_field |
handlers/ |
Base field handler that has no options and renders an unformatted field. |
views_handler_field |
handlers/ |
Base field handler that has no options and renders an unformatted field. |
views_handler_field_accesslog_path |
modules/ |
Provide simple renderer that turns a URL into a clickable link. |
views_handler_field_aggregator_category |
modules/ |
Field handler to provide simple renderer that allows linking to aggregator category. |
views_handler_field_aggregator_title_link |
modules/ |
Field handler that turns an item's title into a clickable link to the original source article. |
views_handler_field_aggregator_xss |
modules/ |
Filters htmls tags from item. |
views_handler_field_boolean |
handlers/ |
A handler to provide proper displays for booleans. |
views_handler_field_broken |
handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_field_broken |
handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_field_comment |
modules/ |
Field handler to allow linking to a comment. |
views_handler_field_comment_depth |
modules/ |
Field handler to display the depth of a comment. |
views_handler_field_comment_link |
modules/ |
Base field handler to present a link. |
views_handler_field_comment_link_approve |
modules/ |
Provides a comment approve link. |
views_handler_field_comment_link_delete |
modules/ |
Field handler to present a link to delete a node. |
views_handler_field_comment_link_edit |
modules/ |
Field handler to present a link node edit. |
views_handler_field_comment_link_reply |
modules/ |
Field handler to present a link to delete a node. |
views_handler_field_comment_node_link |
modules/ |
Handler for showing comment module's node link. |
views_handler_field_comment_username |
modules/ |
Field handler to allow linking to a user account or homepage. |
views_handler_field_contact_link |
modules/ |
A field that links to the user contact page, if access is permitted. |
views_handler_field_contextual_links |
handlers/ |
Provides a handler that adds contextual links. |
views_handler_field_counter |
handlers/ |
Field handler to show a counter of the current row. |
views_handler_field_ctools_dropdown |
handlers/ |
Field handler which displays some amount of links as ctools dropdown button. |
views_handler_field_custom |
handlers/ |
A handler to provide a field that is completely custom by the administrator. |
views_handler_field_date |
handlers/ |
A handler to provide proper displays for dates. |
views_handler_field_entity |
handlers/ |
A handler to display data from entity objects. |
views_handler_field_field |
modules/ |
A field that displays fieldapi fields. |
views_handler_field_file |
modules/ |
Field handler to provide simple renderer that allows linking to a file. |
views_handler_field_file_extension |
modules/ |
Returns a pure file extension of the file, for example 'module'. |
views_handler_field_file_filemime |
modules/ |
Add rendering MIME type images as an option on the 'filemime' field. |
views_handler_field_file_size |
handlers/ |
Render a numeric value as a size. |
views_handler_field_file_size |
handlers/ |
Render a numeric value as a size. |
views_handler_field_file_status |
modules/ |
Field handler to translate a node type into its readable form. |
views_handler_field_filter_format_name |
modules/ |
Field handler to output the name of an input format. |
views_handler_field_history_user_timestamp |
modules/ |
Field handler to display the marker for new content. |
views_handler_field_last_comment_timestamp |
modules/ |
Field handler to display the timestamp of a comment with the comments count. |
views_handler_field_links |
handlers/ |
A abstract handler which provides a collection of links. |
views_handler_field_locale_group |
modules/ |
Field handler to translate a group into its readable form. |
views_handler_field_locale_language |
modules/ |
Field handler to translate a language into its readable form. |
views_handler_field_locale_link_edit |
modules/ |
Field handler to present a link to edit a translation. |
views_handler_field_machine_name |
handlers/ |
Field handler whichs allows to show machine name content as human name. |
views_handler_field_markup |
handlers/ |
A handler to run a field through check_markup, using a companion format field. |
views_handler_field_math |
handlers/ |
Render a mathematical expression as a numeric value |
views_handler_field_ncs_last_comment_name |
modules/ |
Field handler to present the name of the last comment poster. |
views_handler_field_ncs_last_updated |
modules/ |
Field handler to display the newer of last comment / node updated. |
views_handler_field_node |
modules/ |
Field handler to provide simple renderer that allows linking to a node. |
views_handler_field_node_comment |
modules/ |
Display node comment status. |
views_handler_field_node_counter_timestamp |
modules/ |
Field handler to present the most recent time the node has been viewed. |
views_handler_field_node_language |
modules/ |
Field handler to translate a language into its readable form. |
views_handler_field_node_link |
modules/ |
Field handler to present a link to the node. |
views_handler_field_node_link_delete |
modules/ |
Field handler to present a link to delete a node. |
views_handler_field_node_link_edit |
modules/ |
Field handler to present a link node edit. |
views_handler_field_node_link_translate |
modules/ |
Field handler to present a link node translate. |
views_handler_field_node_new_comments |
modules/ |
Field handler to display the number of new comments. |
views_handler_field_node_path |
modules/ |
Field handler to present the path to the node. |
views_handler_field_node_revision |
modules/ |
Contains the basic 'node_revision' field handler. |
views_handler_field_node_revision_link |
modules/ |
Field handler to present a link to a node revision. |
views_handler_field_node_revision_link_delete |
modules/ |
Field handler to present link to delete a node revision. |
views_handler_field_node_revision_link_revert |
modules/ |
Field handler to present a link to revert a node to a revision. |
views_handler_field_node_translation_link |
modules/ |
Field handler to present a link to the node. |
views_handler_field_node_type |
modules/ |
Field handler to translate a node type into its readable form. |
views_handler_field_node_version_count |
modules/ |
A handler that loads the total count of versions/revisions of a certain node. |
views_handler_field_numeric |
handlers/ |
Render a field as a numeric value. |
views_handler_field_prerender_list |
handlers/ |
Field handler to provide a list of items. |
views_handler_field_profile_date |
modules/ |
Field handler display a profile date. |
views_handler_field_profile_list |
modules/ |
Field handler display a profile list item. |
views_handler_field_search_score |
modules/ |
Field handler to provide simple renderer that allows linking to a node. |
views_handler_field_serialized |
handlers/ |
Field handler to show data of serialized fields. |
views_handler_field_statistics_numeric |
modules/ |
Field handler to present numeric values from the statistics module. |
views_handler_field_taxonomy |
modules/ |
Field handler to provide simple renderer that allows linking to a taxonomy term. |
views_handler_field_term_link_edit |
modules/ |
Field handler to present a term edit link. |
views_handler_field_term_node_tid |
modules/ |
Field handler to display all taxonomy terms of a node. |
views_handler_field_time_interval |
handlers/ |
A handler to provide proper displays for time intervals. |
views_handler_field_url |
handlers/ |
Field handler that turns a URL into a clickable link. |
views_handler_field_user |
modules/ |
Field handler to provide simple renderer that allows linking to a user. |
views_handler_field_user_language |
modules/ |
Views field handler for user language. |
views_handler_field_user_link |
modules/ |
Field handler to present a link to the user. |
views_handler_field_user_link_cancel |
modules/ |
Field handler to present a link to user cancel. |
views_handler_field_user_link_edit |
modules/ |
Field handler to present a link to user edit. |
views_handler_field_user_mail |
modules/ |
Field handler to provide acess control for the email field. |
views_handler_field_user_name |
modules/ |
Field handler for a simple renderer that allows using a themed user link. |
views_handler_field_user_permissions |
modules/ |
Field handler to provide a list of permissions. |
views_handler_field_user_picture |
modules/ |
Field handler for a simple renderer that allows using a themed user link. |
views_handler_field_user_roles |
modules/ |
Field handler to provide a list of roles. |
views_handler_field_xss |
handlers/ |
A handler to run a field through simple XSS filtering. |
views_handler_field_xss |
handlers/ |
A handler to run a field through simple XSS filtering. |
views_handler_filter_combine |
handlers/ |
Filter handler which allows to search on multiple fields. |