Search for field

  1. Search 7.x-3.x for field
  2. Other projects
Title Object type File name Summary
views_handler_field_locale_group::render function modules/locale/views_handler_field_locale_group.inc Render the field.
views_handler_field_locale_language class modules/locale/views_handler_field_locale_language.inc Field handler to translate a language into its readable form.
views_handler_field_locale_language.inc file modules/locale/views_handler_field_locale_language.inc
views_handler_field_locale_language::options_form function modules/locale/views_handler_field_locale_language.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_locale_language::option_definition function modules/locale/views_handler_field_locale_language.inc Information about options for all kinds of purposes will be held here.
views_handler_field_locale_language::render function modules/locale/views_handler_field_locale_language.inc Render the field.
views_handler_field_locale_link_edit class modules/locale/views_handler_field_locale_link_edit.inc Field handler to present a link to edit a translation.
views_handler_field_locale_link_edit.inc file modules/locale/views_handler_field_locale_link_edit.inc
views_handler_field_locale_link_edit::access function modules/locale/views_handler_field_locale_link_edit.inc Check whether current user has access to this handler.
views_handler_field_locale_link_edit::construct function modules/locale/views_handler_field_locale_link_edit.inc Construct a new field handler.
views_handler_field_locale_link_edit::options_form function modules/locale/views_handler_field_locale_link_edit.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_locale_link_edit::option_definition function modules/locale/views_handler_field_locale_link_edit.inc Information about options for all kinds of purposes will be held here.
views_handler_field_locale_link_edit::query function modules/locale/views_handler_field_locale_link_edit.inc Called to add the field to a query.
views_handler_field_locale_link_edit::render function modules/locale/views_handler_field_locale_link_edit.inc Render the field.
views_handler_field_locale_link_edit::render_link function modules/locale/views_handler_field_locale_link_edit.inc
views_handler_field_markup class handlers/views_handler_field_markup.inc A handler to run a field through check_markup, using a companion
format field.
views_handler_field_markup.inc file handlers/views_handler_field_markup.inc
views_handler_field_markup::construct function handlers/views_handler_field_markup.inc Constructor; calls to base object constructor.
views_handler_field_markup::element_type function handlers/views_handler_field_markup.inc Return an HTML element based upon the field's element type.
views_handler_field_markup::render function handlers/views_handler_field_markup.inc Render the field.
views_handler_field_math class handlers/views_handler_field_math.inc Render a mathematical expression as a numeric value
views_handler_field_math.inc file handlers/views_handler_field_math.inc
views_handler_field_math::options_form function handlers/views_handler_field_math.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_math::option_definition function handlers/views_handler_field_math.inc Information about options for all kinds of purposes will be held here.
views_handler_field_math::query function handlers/views_handler_field_math.inc Called to add the field to a query.
views_handler_field_math::render function handlers/views_handler_field_math.inc Render the field.
views_handler_field_ncs_last_comment_name class modules/comment/views_handler_field_ncs_last_comment_name.inc Field handler to present the name of the last comment poster.
views_handler_field_ncs_last_comment_name.inc file modules/comment/views_handler_field_ncs_last_comment_name.inc
views_handler_field_ncs_last_comment_name::option_definition function modules/comment/views_handler_field_ncs_last_comment_name.inc Information about options for all kinds of purposes will be held here.
views_handler_field_ncs_last_comment_name::query function modules/comment/views_handler_field_ncs_last_comment_name.inc Called to add the field to a query.
views_handler_field_ncs_last_comment_name::render function modules/comment/views_handler_field_ncs_last_comment_name.inc Render the field.
views_handler_field_ncs_last_updated class modules/comment/views_handler_field_ncs_last_updated.inc Field handler to display the newer of last comment / node updated.
views_handler_field_ncs_last_updated.inc file modules/comment/views_handler_field_ncs_last_updated.inc
views_handler_field_ncs_last_updated::query function modules/comment/views_handler_field_ncs_last_updated.inc Called to add the field to a query.
views_handler_field_node class modules/node/views_handler_field_node.inc Field handler to provide simple renderer that allows linking to a node.
Definition terms:
views_handler_field_node.inc file modules/node/views_handler_field_node.inc Contains the basic 'node' field handler.
views_handler_field_node::init function modules/node/views_handler_field_node.inc init the handler with necessary data.
views_handler_field_node::options_form function modules/node/views_handler_field_node.inc Provide link to node option
views_handler_field_node::option_definition function modules/node/views_handler_field_node.inc Information about options for all kinds of purposes will be held here.
views_handler_field_node::render function modules/node/views_handler_field_node.inc Render the field.
views_handler_field_node::render_link function modules/node/views_handler_field_node.inc Render whatever the data is as a link to the node.
views_handler_field_node_comment class modules/comment/views_handler_field_node_comment.inc Display node comment status.
views_handler_field_node_comment.inc file modules/comment/views_handler_field_node_comment.inc
views_handler_field_node_comment::render function modules/comment/views_handler_field_node_comment.inc Render the field.
views_handler_field_node_language class modules/translation/views_handler_field_node_language.inc Field handler to translate a language into its readable form.
views_handler_field_node_language.inc file modules/translation/views_handler_field_node_language.inc
views_handler_field_node_language::options_form function modules/translation/views_handler_field_node_language.inc Provide link to node option
views_handler_field_node_language::option_definition function modules/translation/views_handler_field_node_language.inc Information about options for all kinds of purposes will be held here.
views_handler_field_node_language::render function modules/translation/views_handler_field_node_language.inc Render the field.
views_handler_field_node_link class modules/node/views_handler_field_node_link.inc Field handler to present a link to the node.