Search for field

  1. Other projects
Title Object type File name Summary
views_handler_field::render function handlers/views_handler_field.inc Render the field.
views_handler_field::render_altered function handlers/views_handler_field.inc Render this field as altered text, from a fieldset set by the user.
views_handler_field::render_as_link function handlers/views_handler_field.inc Render this field as a link, with info from a fieldset set by the user.
views_handler_field::render_text function handlers/views_handler_field.inc Perform an advanced text render for the item.
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.
views_handler_field::theme_functions function handlers/views_handler_field.inc Build a list of suitable theme functions for this view.
views_handler_field::tokenize_value function handlers/views_handler_field.inc Replace a value with tokens from the last field.
views_handler_field::ui_name function handlers/views_handler_field.inc Return a string representing this handler's name in the UI.
views_handler_field::use_string_group_by function handlers/views_handler_field.inc Determines if this field will be available as an option to group the result
by in the style settings.
views_handler_field_accesslog_path class modules/statistics/views_handler_field_accesslog_path.inc 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 Definition of views_handler_field_accesslog_path.
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 Definition of views_handler_field_aggregator_category.
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 Definition of views_handler_field_aggregator_title_link.
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 Definition of views_handler_field_aggregator_xss.
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 Definition of views_handler_field_boolean.
views_handler_field_boolean.test file tests/handlers/views_handler_field_boolean.test Definition of ViewsHandlerFieldBooleanTest.
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 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 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 Definition of views_handler_field_comment.
views_handler_field_comment::init function modules/comment/views_handler_field_comment.inc Override init function to provide generic option to link to comment.