Search for field

  1. Search 7.x-3.x for field
  2. Other projects
Title Object type File name Summary
views_handler_field_taxonomy class modules/taxonomy/views_handler_field_taxonomy.inc Field handler to provide simple renderer that allows linking to a taxonomy
term.
views_handler_field_taxonomy.inc file modules/taxonomy/views_handler_field_taxonomy.inc
views_handler_field_taxonomy::construct function modules/taxonomy/views_handler_field_taxonomy.inc Constructor to provide additional field to add.
views_handler_field_taxonomy::options_form function modules/taxonomy/views_handler_field_taxonomy.inc Provide link to taxonomy option
views_handler_field_taxonomy::option_definition function modules/taxonomy/views_handler_field_taxonomy.inc Information about options for all kinds of purposes will be held here.
views_handler_field_taxonomy::render function modules/taxonomy/views_handler_field_taxonomy.inc Render the field.
views_handler_field_taxonomy::render_link function modules/taxonomy/views_handler_field_taxonomy.inc Render whatever the data is as a link to the taxonomy.
views_handler_field_term_link_edit class modules/taxonomy/views_handler_field_term_link_edit.inc Field handler to present a term edit link.
views_handler_field_term_link_edit.inc file modules/taxonomy/views_handler_field_term_link_edit.inc
views_handler_field_term_link_edit::construct function modules/taxonomy/views_handler_field_term_link_edit.inc Construct a new field handler.
views_handler_field_term_link_edit::options_form function modules/taxonomy/views_handler_field_term_link_edit.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_term_link_edit::option_definition function modules/taxonomy/views_handler_field_term_link_edit.inc Information about options for all kinds of purposes will be held here.
views_handler_field_term_link_edit::query function modules/taxonomy/views_handler_field_term_link_edit.inc Called to add the field to a query.
views_handler_field_term_link_edit::render function modules/taxonomy/views_handler_field_term_link_edit.inc Render the field.
views_handler_field_term_node_tid class modules/taxonomy/views_handler_field_term_node_tid.inc Field handler to display all taxonomy terms of a node.
views_handler_field_term_node_tid.inc file modules/taxonomy/views_handler_field_term_node_tid.inc
views_handler_field_term_node_tid::add_self_tokens function modules/taxonomy/views_handler_field_term_node_tid.inc Add any special tokens this field might use for itself.
views_handler_field_term_node_tid::document_self_tokens function modules/taxonomy/views_handler_field_term_node_tid.inc Document any special tokens this field might use for itself.
views_handler_field_term_node_tid::init function modules/taxonomy/views_handler_field_term_node_tid.inc init the handler with necessary data.
views_handler_field_term_node_tid::options_form function modules/taxonomy/views_handler_field_term_node_tid.inc Provide "link to term" option.
views_handler_field_term_node_tid::option_definition function modules/taxonomy/views_handler_field_term_node_tid.inc Information about options for all kinds of purposes will be held here.
views_handler_field_term_node_tid::pre_render function modules/taxonomy/views_handler_field_term_node_tid.inc Run before any fields are rendered.
views_handler_field_term_node_tid::query function modules/taxonomy/views_handler_field_term_node_tid.inc Add this term to the query
views_handler_field_term_node_tid::render_item function modules/taxonomy/views_handler_field_term_node_tid.inc
views_handler_field_time_interval class handlers/views_handler_field_time_interval.inc A handler to provide proper displays for time intervals.
views_handler_field_time_interval.inc file handlers/views_handler_field_time_interval.inc
views_handler_field_time_interval::options_form function handlers/views_handler_field_time_interval.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_time_interval::option_definition function handlers/views_handler_field_time_interval.inc Information about options for all kinds of purposes will be held here.
views_handler_field_time_interval::render function handlers/views_handler_field_time_interval.inc Render the field.
views_handler_field_upload_description class modules/upload/views_handler_field_upload_description.inc Field handler to provide a list of roles.
views_handler_field_upload_description.inc file modules/upload/views_handler_field_upload_description.inc
views_handler_field_upload_description::init function modules/upload/views_handler_field_upload_description.inc init the handler with necessary data.
views_handler_field_upload_description::options_form function modules/upload/views_handler_field_upload_description.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_upload_description::option_definition function modules/upload/views_handler_field_upload_description.inc Information about options for all kinds of purposes will be held here.
views_handler_field_upload_description::pre_render function modules/upload/views_handler_field_upload_description.inc Run before any fields are rendered.
views_handler_field_upload_description::render function modules/upload/views_handler_field_upload_description.inc Render the field.
views_handler_field_upload_description::render_link function modules/upload/views_handler_field_upload_description.inc Render whatever the data is as a link to the file.
views_handler_field_upload_fid class modules/upload/views_handler_field_upload_fid.inc Field handler to provide a list of roles.
views_handler_field_upload_fid.inc file modules/upload/views_handler_field_upload_fid.inc
views_handler_field_upload_fid::add_self_tokens function modules/upload/views_handler_field_upload_fid.inc Add any special tokens this field might use for itself.
views_handler_field_upload_fid::construct function modules/upload/views_handler_field_upload_fid.inc Construct a new field handler.
views_handler_field_upload_fid::document_self_tokens function modules/upload/views_handler_field_upload_fid.inc Document any special tokens this field might use for itself.
views_handler_field_upload_fid::options_form function modules/upload/views_handler_field_upload_fid.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_upload_fid::option_definition function modules/upload/views_handler_field_upload_fid.inc Information about options for all kinds of purposes will be held here.
views_handler_field_upload_fid::pre_render function modules/upload/views_handler_field_upload_fid.inc Run before any fields are rendered.
views_handler_field_upload_fid::render_item function modules/upload/views_handler_field_upload_fid.inc
views_handler_field_url class handlers/views_handler_field_url.inc Field handler to provide simple renderer that turns a URL into a clickable link.
views_handler_field_url.inc file handlers/views_handler_field_url.inc
views_handler_field_url::options_form function handlers/views_handler_field_url.inc Provide link to the page being visited.
views_handler_field_url::option_definition function handlers/views_handler_field_url.inc Information about options for all kinds of purposes will be held here.