Classes | Files | Enumerations

Views' field handlers

Handlers to tell Views how to build and display fields. More...

Classes

class  views_handler_field
 Base field handler that has no options and renders an unformatted field. More...
class  views_handler_field_broken
 A special handler to take the place of missing or broken handlers. More...
class  views_handler_field_file_size
 Render a numeric value as a size. More...
class  views_handler_field_xss
 A handler to run a field through simple XSS filtering. More...
class  views_handler_field_boolean
 A handler to provide proper displays for booleans. More...
class  views_handler_field_counter
 Field handler to show a counter of the current row. More...
class  views_handler_field_custom
 A handler to provide a field that is completely custom by the administrator. More...
class  views_handler_field_date
 A handler to provide proper displays for dates. More...
class  views_handler_field_entity
 A handler to display data from entity objects. More...
class  views_handler_field_machine_name
 Field handler whichs allows to show machine name content as human name. More...
class  views_handler_field_markup
 A handler to run a field through check_markup, using a companion format field. More...
class  views_handler_field_math
 Render a mathematical expression as a numeric value. More...
class  views_handler_field_numeric
 Render a field as a numeric value. More...
class  views_handler_field_prerender_list
 Field handler to provide a list of items. More...
class  views_handler_field_serialized
 Field handler to show data of serialized fields. More...
class  views_handler_field_time_interval
 A handler to provide proper displays for time intervals. More...
class  views_handler_field_url
 Field handler to provide simple renderer that turns a URL into a clickable link. More...
class  views_handler_field_aggregator_category
 Field handler to provide simple renderer that allows linking to aggregator category. More...
class  views_handler_field_aggregator_title_link
 Field handler that turns an item's title into a clickable link to the original source article. More...
class  views_handler_field_aggregator_xss
 Filters htmls tags from item. More...
class  views_handler_field_comment
 Field handler to allow linking to a comment. More...
class  views_handler_field_comment_depth
 Field handler to display the depth of a comment. More...
class  views_handler_field_comment_link
 Base field handler to present a link. More...
class  views_handler_field_comment_link_delete
 Field handler to present a link to delete a node. More...
class  views_handler_field_comment_link_edit
 Field handler to present a link node edit. More...
class  views_handler_field_comment_link_reply
 Field handler to present a link to delete a node. More...
class  views_handler_field_comment_node_link
 Handler for showing comment module's node link. More...
class  views_handler_field_comment_username
 Field handler to allow linking to a user account or homepage. More...
class  views_handler_field_last_comment_timestamp
 Field handler to display the timestamp of a comment with the count of comments. More...
class  views_handler_field_ncs_last_comment_name
 Field handler to present the name of the last comment poster. More...
class  views_handler_field_ncs_last_updated
 Field handler to display the newer of last comment / node updated. More...
class  views_handler_field_node_comment
 Display node comment status. More...
class  views_handler_field_node_new_comments
 Field handler to display the number of new comments. More...
class  views_handler_field_contact_link
 A field that links to the user contact page, if access is permitted. More...
class  views_handler_field_filter_format_name
 Field handler to output the name of an input format. More...
class  views_handler_field_locale_group
 Field handler to translate a group into its readable form. More...
class  views_handler_field_locale_language
 Field handler to translate a language into its readable form. More...
class  views_handler_field_locale_link_edit
 Field handler to present a link to edit a translation. More...
class  views_handler_field_history_user_timestamp
 Field handler to display the marker for new content. More...
class  views_handler_field_node
 Field handler to provide simple renderer that allows linking to a node. More...
class  views_handler_field_node_link
 Field handler to present a link to the node. More...
class  views_handler_field_node_link_delete
 Field handler to present a link to delete a node. More...
class  views_handler_field_node_link_edit
 Field handler to present a link node edit. More...
class  views_handler_field_node_path
 Field handler to present the path to the node. More...
class  views_handler_field_node_revision
 Contains the basic 'node_revision' field handler. More...
class  views_handler_field_node_revision_link_delete
 Field handler to present delete a node revision. More...
class  views_handler_field_node_revision_link_revert
 Field handler to present a link to revert a node to a revision. More...
class  views_handler_field_node_type
 Field handler to translate a node type into its readable form. More...
class  views_handler_field_profile_date
 Field handler display a profile date. More...
class  views_handler_field_profile_list
 Field handler display a profile list item. More...
class  views_handler_field_search_score
 Field handler to provide simple renderer that allows linking to a node. More...
class  views_handler_field_accesslog_path
 Field handler to provide simple renderer that turns a URL into a clickable link. More...
class  views_handler_field_file
 Field handler to provide simple renderer that allows linking to a file. More...
class  views_handler_field_file_extension
 Returns a pure file extension of the file, for example 'module'. More...
class  views_handler_field_file_filemime
 Field handler to add rendering MIME type images as an option on the filemime field. More...
class  views_handler_field_file_status
 Field handler to translate a node type into its readable form. More...
class  views_handler_field_taxonomy
 Field handler to provide simple renderer that allows linking to a taxonomy term. More...
class  views_handler_field_term_link_edit
 Field handler to present a term edit link. More...
class  views_handler_field_term_node_tid
 Field handler to display all taxonomy terms of a node. More...
class  views_handler_field_node_language
 Field handler to translate a language into its readable form. More...
class  views_handler_field_node_link_translate
 Field handler to present a link node translate. More...
class  views_handler_field_node_translation_link
 Field handler to present a link to the node. More...
class  views_handler_field_user
 Field handler to provide simple renderer that allows linking to a user. More...
class  views_handler_field_user_language
 Views field handler for user language. More...
class  views_handler_field_user_link
 Field handler to present a link to the user. More...
class  views_handler_field_user_link_cancel
 Field handler to present a link to user cancel. More...
class  views_handler_field_user_link_edit
 Field handler to present a link to user edit. More...
class  views_handler_field_user_mail
 Field handler to provide acess control for the email field. More...
class  views_handler_field_user_name
 Field handler to provide simple renderer that allows using a themed user link. More...
class  views_handler_field_user_permissions
 Field handler to provide a list of permissions. More...
class  views_handler_field_user_picture
 Field handler to provide simple renderer that allows using a themed user link. More...
class  views_handler_field_user_roles
 Field handler to provide a list of roles. More...

Files

file  views_handler_field_comment_link_approve.inc
 

Provides a comment approve link.


Enumerations

enum  VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEM
 

Indicator of the render_text() mehtod for rendering a single item.

More...
enum  VIEWS_HANDLER_RENDER_TEXT_PHASE_COMPLETELY
 

Indicator of the render_text() method for rendering the whole element.

More...
enum  VIEWS_HANDLER_RENDER_TEXT_PHASE_EMPTY
 

Indicator of the render_text() method for rendering the empty text.

More...

Detailed Description

Handlers to tell Views how to build and display fields.


Enumeration Type Documentation

Indicator of the render_text() method for rendering the whole element.

(if no render_item() method is available).

Definition at line 19 of file views_handler_field.inc.

Indicator of the render_text() method for rendering the empty text.

Definition at line 24 of file views_handler_field.inc.

Indicator of the render_text() mehtod for rendering a single item.

(If no render_item() is present).

Definition at line 13 of file views_handler_field.inc.