Search for field

  1. Other projects
Title Object type File name Summary
views_handler_field_contextual_links class handlers/views_handler_field_contextual_links.inc Provides a handler that adds contextual links.
views_handler_field_contextual_links.inc file handlers/views_handler_field_contextual_links.inc Definition of views_handler_field_contextual_links.
views_handler_field_contextual_links::options_form function handlers/views_handler_field_contextual_links.inc Default options form provides the label widget that all fields should have.
views_handler_field_contextual_links::pre_render function handlers/views_handler_field_contextual_links.inc Run before any fields are rendered.
views_handler_field_contextual_links::render function handlers/views_handler_field_contextual_links.inc Render the contextual fields.
views_handler_field_counter class handlers/views_handler_field_counter.inc Field handler to show a counter of the current row.
views_handler_field_counter.inc file handlers/views_handler_field_counter.inc Definition of views_handler_field_counter.
views_handler_field_counter.test file tests/handlers/views_handler_field_counter.test Definition of ViewsHandlerFilterCounterTest.
views_handler_field_counter::options_form function handlers/views_handler_field_counter.inc Default options form provides the label widget that all fields should have.
views_handler_field_counter::option_definition function handlers/views_handler_field_counter.inc Information about options for all kinds of purposes will be held here.
views_handler_field_counter::query function handlers/views_handler_field_counter.inc Called to add the field to a query.
views_handler_field_counter::render function handlers/views_handler_field_counter.inc Render the field.
views_handler_field_ctools_dropdown class handlers/views_handler_field_ctools_dropdown.inc Field handler which displays some amount of links as ctools dropdown button.
views_handler_field_ctools_dropdown.inc file handlers/views_handler_field_ctools_dropdown.inc Definition of views_handler_field_ctools_dropdown.
views_handler_field_ctools_dropdown::options_form function handlers/views_handler_field_ctools_dropdown.inc Default options form provides the label widget that all fields should have.
views_handler_field_ctools_dropdown::option_definition function handlers/views_handler_field_ctools_dropdown.inc Information about options for all kinds of purposes will be held here.
views_handler_field_ctools_dropdown::render function handlers/views_handler_field_ctools_dropdown.inc Render the dropdown button.
views_handler_field_custom class handlers/views_handler_field_custom.inc A handler to provide a field that is completely custom by the administrator.
views_handler_field_custom.inc file handlers/views_handler_field_custom.inc Definition of views_handler_field_custom.
views_handler_field_custom.test file tests/handlers/views_handler_field_custom.test Definition of ViewsHandlerFieldCustomTest.
views_handler_field_custom::options_form function handlers/views_handler_field_custom.inc Default options form provides the label widget that all fields should have.
views_handler_field_custom::option_definition function handlers/views_handler_field_custom.inc Information about options for all kinds of purposes will be held here.
views_handler_field_custom::query function handlers/views_handler_field_custom.inc Called to add the field to a query.
views_handler_field_custom::render function handlers/views_handler_field_custom.inc Render the field.
views_handler_field_custom_pre_render_move_text function handlers/views_handler_field_custom.inc Prerender function to move the textarea to the top.
views_handler_field_date class handlers/views_handler_field_date.inc A handler to provide proper displays for dates.
views_handler_field_date.inc file handlers/views_handler_field_date.inc Definition of views_handler_field_date.
views_handler_field_date.test file tests/handlers/views_handler_field_date.test Definition of ViewsHandlerFieldDateTest.
views_handler_field_date::options_form function handlers/views_handler_field_date.inc Default options form provides the label widget that all fields should have.
views_handler_field_date::option_definition function handlers/views_handler_field_date.inc Information about options for all kinds of purposes will be held here.
views_handler_field_date::render function handlers/views_handler_field_date.inc Render the field.
views_handler_field_date::supported_date_types function handlers/views_handler_field_date.inc Provide a list of all of the supported standard date types.
views_handler_field_entity class handlers/views_handler_field_entity.inc A handler to display data from entity objects.
views_handler_field_entity.inc file handlers/views_handler_field_entity.inc Definition of views_handler_field_entity.
views_handler_field_entity::$base_field property handlers/views_handler_field_entity.inc The base field of the entity type assosiated with this field.
views_handler_field_entity::$entities property handlers/views_handler_field_entity.inc Stores all entites which are in the result.
views_handler_field_entity::$entity_type property handlers/views_handler_field_entity.inc Stores the entity type which is loaded by this field.
views_handler_field_entity::get_value function handlers/views_handler_field_entity.inc Return the entity object or a certain property of the entity.
views_handler_field_entity::init function handlers/views_handler_field_entity.inc Initialize the entity type.
views_handler_field_entity::pre_render function handlers/views_handler_field_entity.inc Load the entities for all rows that are about to be displayed.
views_handler_field_entity::query function handlers/views_handler_field_entity.inc Overriden to add the field for the entity id.
views_handler_field_field class modules/field/views_handler_field_field.inc A field that displays fieldapi fields.
views_handler_field_field.inc file modules/field/views_handler_field_field.inc Definition of views_handler_field_field.
views_handler_field_field::$base_table property modules/field/views_handler_field_field.inc A shortcut for $view->base_table.
views_handler_field_field::$field_info property modules/field/views_handler_field_field.inc Store the field information.
views_handler_field_field::$instance property modules/field/views_handler_field_field.inc Store the field instance.
views_handler_field_field::$items property modules/field/views_handler_field_field.inc An array to store field renderable arrays for use by render_items.
views_handler_field_field::$limit_values property modules/field/views_handler_field_field.inc Does the rendered fields get limited.
views_handler_field_field::$multiple property modules/field/views_handler_field_field.inc Does the field supports multiple field values.
views_handler_field_field::access function modules/field/views_handler_field_field.inc Check whether current user has access to this handler.