Handlers to tell Views how to build and display fields.
File
- modules/
views/ handlers/ views_handler_field.inc, line 7 - @todo.
Constants
Name | Location | Description |
---|---|---|
VIEWS_HANDLER_RENDER_TEXT_PHASE_COMPLETELY |
modules/ |
Indicator of the render_text() method for rendering the whole element. (if no render_item() method is available). |
VIEWS_HANDLER_RENDER_TEXT_PHASE_EMPTY |
modules/ |
Indicator of the render_text() method for rendering the empty text. |
VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEM |
modules/ |
Indicator of the render_text() method for rendering a single item. (If no render_item() is present). |
Classes
Name | Location | Description |
---|---|---|
views_handler_field |
modules/ |
Base field handler that has no options and renders an unformatted field. |
views_handler_field |
modules/ |
Base field handler that has no options and renders an unformatted field. |
views_handler_field_boolean |
modules/ |
A handler to provide proper displays for booleans. |
views_handler_field_broken |
modules/ |
A special handler to take the place of missing or broken handlers. |
views_handler_field_broken |
modules/ |
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/ |
Field handler to present a link to approve a comment. |
views_handler_field_comment_link_delete |
modules/ |
Field handler to present a link to delete a comment. |
views_handler_field_comment_link_edit |
modules/ |
Field handler to present a link to edit a comment. |
views_handler_field_comment_link_reply |
modules/ |
Field handler to present a link to reply to a comment. |
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 |
modules/ |
Provides a handler that adds contextual links. |
views_handler_field_counter |
modules/ |
Field handler to show a counter of the current row. |
views_handler_field_custom |
modules/ |
A handler to provide a field that is completely custom by the administrator. |
views_handler_field_date |
modules/ |
A handler to provide proper displays for dates. |
views_handler_field_dropbutton |
modules/ |
Provides a handler that adds links as a drop button. |
views_handler_field_entity |
modules/ |
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/ |
Field handler to add rendering MIME type images as an option on the filemime field. |
views_handler_field_file_link_delete |
modules/ |
Field handler to present a link to delete a file. |
views_handler_field_file_link_edit |
modules/ |
Field handler to present a link to manage a file. |
views_handler_field_file_rendered |
modules/ |
Field handler to render a file with a view mode using file_view_file(). |
views_handler_field_file_size |
modules/ |
Render a numeric value as a size. |
views_handler_field_file_size |
modules/ |
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_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 count of comments. |
views_handler_field_links |
modules/ |
Provides a handler that adds a field 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 |
modules/ |
Field handler whichs allows to show machine name content as human name. |
views_handler_field_markup |
modules/ |
A handler to run a field through check_markup, using a companion format field. |
views_handler_field_math |
modules/ |
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. Definition terms: |
views_handler_field_node_comment |
modules/ |
Display node comment status. |
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/ |
A basic node_revision 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_numeric |
modules/ |
Render a field as a numeric value |
views_handler_field_prerender_list |
modules/ |
Field handler to provide a list of items. |
views_handler_field_search_score |
modules/ |
Field handler to provide simple renderer that allows linking to a node. |
views_handler_field_serialized |
modules/ |
Field handler to show data of serialized fields. |
views_handler_field_taxonomy |
modules/ |
Field handler to provide simple renderer that allows linking to a taxonomy term. |
views_handler_field_term_language |
modules/ |
Field handler to translate a language into its readable form. |
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 |
modules/ |
A handler to provide proper displays for time intervals. |
views_handler_field_url |
modules/ |
Field handler to provide simple renderer 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 to provide 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 to provide 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_vocabulary |
modules/ |
Field handler to show the human-readable label of a vocabulary. |
views_handler_field_xss |
modules/ |
A handler to run a field through simple XSS filtering. |
views_handler_field_xss |
modules/ |
A handler to run a field through simple XSS filtering. |
views_handler_filter_combine |
modules/ |
Filter handler which allows to search on multiple fields. |