Search for field

  1. Other projects
Title Object type File name Summary
views_handler_field_file_uri::render function modules/system/views_handler_field_file_uri.inc Render the field.
views_handler_field_filter_format_name class modules/filter/views_handler_field_filter_format_name.inc Field handler to output the name of an input format.
views_handler_field_filter_format_name.inc file modules/filter/views_handler_field_filter_format_name.inc Contains .
views_handler_field_filter_format_name::construct function modules/filter/views_handler_field_filter_format_name.inc Construct a new field handler.
views_handler_field_filter_format_name::query function modules/filter/views_handler_field_filter_format_name.inc Called to add the field to a query.
views_handler_field_filter_format_name::render function modules/filter/views_handler_field_filter_format_name.inc Render the field.
views_handler_field_history_user_timestamp class modules/node/views_handler_field_history_user_timestamp.inc Field handler to display the marker for new content.
views_handler_field_history_user_timestamp.inc file modules/node/views_handler_field_history_user_timestamp.inc Definition of views_handler_field_history_user_timestamp.
views_handler_field_history_user_timestamp::init function modules/node/views_handler_field_history_user_timestamp.inc Init the handler with necessary data.
views_handler_field_history_user_timestamp::options_form function modules/node/views_handler_field_history_user_timestamp.inc Provide link to node option.
views_handler_field_history_user_timestamp::option_definition function modules/node/views_handler_field_history_user_timestamp.inc Information about options for all kinds of purposes will be held here.
views_handler_field_history_user_timestamp::query function modules/node/views_handler_field_history_user_timestamp.inc Called to add the field to a query.
views_handler_field_history_user_timestamp::render function modules/node/views_handler_field_history_user_timestamp.inc Render the field.
views_handler_field_last_comment_timestamp class modules/comment/views_handler_field_last_comment_timestamp.inc Field handler to display the timestamp of a comment with the comments count.
views_handler_field_last_comment_timestamp.inc file modules/comment/views_handler_field_last_comment_timestamp.inc Definition of views_handler_field_last_comment_timestamp.
views_handler_field_last_comment_timestamp::construct function modules/comment/views_handler_field_last_comment_timestamp.inc Construct a new field handler.
views_handler_field_last_comment_timestamp::render function modules/comment/views_handler_field_last_comment_timestamp.inc Render the field.
views_handler_field_links class handlers/views_handler_field_links.inc A abstract handler which provides a collection of links.
views_handler_field_links.inc file handlers/views_handler_field_links.inc Definition of views_handler_field_links.
views_handler_field_links::get_links function handlers/views_handler_field_links.inc Return the list of links of this field.
views_handler_field_links::options_form function handlers/views_handler_field_links.inc Default options form provides the label widget that all fields should have.
views_handler_field_links::options_submit function handlers/views_handler_field_links.inc Performs some cleanup tasks on the options array before saving it.
views_handler_field_links::option_definition function handlers/views_handler_field_links.inc Information about options for all kinds of purposes will be held here.
views_handler_field_links::query function handlers/views_handler_field_links.inc Called to add the field to a query.
views_handler_field_locale_group class modules/locale/views_handler_field_locale_group.inc Field handler to translate a group into its readable form.
views_handler_field_locale_group.inc file modules/locale/views_handler_field_locale_group.inc Definition of views_handler_field_locale_group.
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 Contains .
views_handler_field_locale_language::options_form function modules/locale/views_handler_field_locale_language.inc Default options form 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 Contains .
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 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_machine_name class handlers/views_handler_field_machine_name.inc Field handler whichs allows to show machine name content as human name.
views_handler_field_machine_name.inc file handlers/views_handler_field_machine_name.inc Definition of views_handler_field_machine_name.
views_handler_field_machine_name::$value_options property handlers/views_handler_field_machine_name.inc Stores the available options.
views_handler_field_machine_name::get_value_options function handlers/views_handler_field_machine_name.inc
views_handler_field_machine_name::options_form function handlers/views_handler_field_machine_name.inc Default options form provides the label widget that all fields should have.
views_handler_field_machine_name::option_definition function handlers/views_handler_field_machine_name.inc Information about options for all kinds of purposes will be held here.
views_handler_field_machine_name::pre_render function handlers/views_handler_field_machine_name.inc Run before any fields are rendered.
views_handler_field_machine_name::render function handlers/views_handler_field_machine_name.inc Render the field.
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.