Search for field

  1. Search 7.x-3.x for field
  2. Other projects
Title Object type File name Summary
views_handler_field::render_trim_text function handlers/views_handler_field.inc Trim the field down to the specified length.
views_handler_field::theme function handlers/views_handler_field.inc Call out to the theme() function, which probably just calls render() but
allows sites to override output fairly easily.
views_handler_field::theme_functions function handlers/views_handler_field.inc
views_handler_field::tokenize_value function handlers/views_handler_field.inc Replace a value with tokens from the last field.
views_handler_field_accesslog_path class modules/statistics/views_handler_field_accesslog_path.inc Field handler to provide simple renderer that turns a URL into a clickable link.
views_handler_field_accesslog_path.inc file modules/statistics/views_handler_field_accesslog_path.inc
views_handler_field_accesslog_path::init function modules/statistics/views_handler_field_accesslog_path.inc Override init function to provide generic option to link to node.
views_handler_field_accesslog_path::options_form function modules/statistics/views_handler_field_accesslog_path.inc Provide link to the page being visited.
views_handler_field_accesslog_path::option_definition function modules/statistics/views_handler_field_accesslog_path.inc Information about options for all kinds of purposes will be held here.
views_handler_field_accesslog_path::render function modules/statistics/views_handler_field_accesslog_path.inc Render the field.
views_handler_field_accesslog_path::render_link function modules/statistics/views_handler_field_accesslog_path.inc
views_handler_field_aggregator_category class modules/aggregator/views_handler_field_aggregator_category.inc Field handler to provide simple renderer that allows linking to aggregator
category.
views_handler_field_aggregator_category.inc file modules/aggregator/views_handler_field_aggregator_category.inc
views_handler_field_aggregator_category::construct function modules/aggregator/views_handler_field_aggregator_category.inc Constructor to provide additional field to add.
views_handler_field_aggregator_category::options_form function modules/aggregator/views_handler_field_aggregator_category.inc Provide link to category option
views_handler_field_aggregator_category::option_definition function modules/aggregator/views_handler_field_aggregator_category.inc Information about options for all kinds of purposes will be held here.
views_handler_field_aggregator_category::render function modules/aggregator/views_handler_field_aggregator_category.inc Render the field.
views_handler_field_aggregator_category::render_link function modules/aggregator/views_handler_field_aggregator_category.inc Render whatever the data is as a link to the category.
views_handler_field_aggregator_title_link class modules/aggregator/views_handler_field_aggregator_title_link.inc Field handler that turns an item's title into a clickable link to the original
source article.
views_handler_field_aggregator_title_link.inc file modules/aggregator/views_handler_field_aggregator_title_link.inc
views_handler_field_aggregator_title_link::construct function modules/aggregator/views_handler_field_aggregator_title_link.inc Construct a new field handler.
views_handler_field_aggregator_title_link::options_form function modules/aggregator/views_handler_field_aggregator_title_link.inc Provide link to the page being visited.
views_handler_field_aggregator_title_link::option_definition function modules/aggregator/views_handler_field_aggregator_title_link.inc Information about options for all kinds of purposes will be held here.
views_handler_field_aggregator_title_link::render function modules/aggregator/views_handler_field_aggregator_title_link.inc Render the field.
views_handler_field_aggregator_title_link::render_link function modules/aggregator/views_handler_field_aggregator_title_link.inc
views_handler_field_aggregator_xss class modules/aggregator/views_handler_field_aggregator_xss.inc Filters htmls tags from item.
views_handler_field_aggregator_xss.inc file modules/aggregator/views_handler_field_aggregator_xss.inc
views_handler_field_aggregator_xss::render function modules/aggregator/views_handler_field_aggregator_xss.inc Render the field.
views_handler_field_boolean class handlers/views_handler_field_boolean.inc A handler to provide proper displays for booleans.
views_handler_field_boolean.inc file handlers/views_handler_field_boolean.inc
views_handler_field_boolean::init function handlers/views_handler_field_boolean.inc init the handler with necessary data.
views_handler_field_boolean::options_form function handlers/views_handler_field_boolean.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_boolean::option_definition function handlers/views_handler_field_boolean.inc Information about options for all kinds of purposes will be held here.
views_handler_field_boolean::render function handlers/views_handler_field_boolean.inc Render the field.
views_handler_field_broken class handlers/views_handler_field.inc A special handler to take the place of missing or broken handlers.
views_handler_field_broken::broken function handlers/views_handler_field.inc Determine if the handler is considered 'broken'
views_handler_field_broken::ensure_my_table function handlers/views_handler_field.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_field_broken::options_form function handlers/views_handler_field.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_broken::query function handlers/views_handler_field.inc Called to add the field to a query.
views_handler_field_broken::ui_name function handlers/views_handler_field.inc Return a string representing this handler's name in the UI.
views_handler_field_comment class modules/comment/views_handler_field_comment.inc Field handler to allow linking to a comment.
views_handler_field_comment.inc file modules/comment/views_handler_field_comment.inc
views_handler_field_comment::init function modules/comment/views_handler_field_comment.inc Override init function to provide generic option to link to comment.
views_handler_field_comment::options_form function modules/comment/views_handler_field_comment.inc Provide link-to-comment option
views_handler_field_comment::option_definition function modules/comment/views_handler_field_comment.inc Information about options for all kinds of purposes will be held here.
views_handler_field_comment::render function modules/comment/views_handler_field_comment.inc Render the field.
views_handler_field_comment::render_link function modules/comment/views_handler_field_comment.inc
views_handler_field_comment_depth class modules/comment/views_handler_field_comment_depth.inc Field handler to display the depth of a comment.
views_handler_field_comment_depth.inc file modules/comment/views_handler_field_comment_depth.inc
views_handler_field_comment_depth::render function modules/comment/views_handler_field_comment_depth.inc Work out the depth of this comment