views_handler_field_node_revision_link_revert::construct |
function |
modules/node/views_handler_field_node_revision_link_revert.inc |
Construct a new field handler. |
views_handler_field_node_revision_link_revert::render_link |
function |
modules/node/views_handler_field_node_revision_link_revert.inc |
|
views_handler_field_node_translation_link |
class |
modules/translation/views_handler_field_node_translation_link.inc |
Field handler to present a link to the node. |
views_handler_field_node_translation_link.inc |
file |
modules/translation/views_handler_field_node_translation_link.inc |
|
views_handler_field_node_translation_link::construct |
function |
modules/translation/views_handler_field_node_translation_link.inc |
Construct a new field handler. |
views_handler_field_node_translation_link::query |
function |
modules/translation/views_handler_field_node_translation_link.inc |
Called to add the field to a query. |
views_handler_field_node_translation_link::render |
function |
modules/translation/views_handler_field_node_translation_link.inc |
Render the field. |
views_handler_field_node_translation_link::render_link |
function |
modules/translation/views_handler_field_node_translation_link.inc |
|
views_handler_field_node_type |
class |
modules/node/views_handler_field_node_type.inc |
Field handler to translate a node type into its readable form. |
views_handler_field_node_type.inc |
file |
modules/node/views_handler_field_node_type.inc |
|
views_handler_field_node_type::options_form |
function |
modules/node/views_handler_field_node_type.inc |
Provide machine_name option for to node type display. |
views_handler_field_node_type::option_definition |
function |
modules/node/views_handler_field_node_type.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_field_node_type::render |
function |
modules/node/views_handler_field_node_type.inc |
Render the field. |
views_handler_field_node_type::render_name |
function |
modules/node/views_handler_field_node_type.inc |
Render node type as human readable name, unless using machine_name option. |
views_handler_field_numeric |
class |
handlers/views_handler_field_numeric.inc |
Render a field as a numeric value |
views_handler_field_numeric.inc |
file |
handlers/views_handler_field_numeric.inc |
|
views_handler_field_numeric::options_form |
function |
handlers/views_handler_field_numeric.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_numeric::option_definition |
function |
handlers/views_handler_field_numeric.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_field_numeric::render |
function |
handlers/views_handler_field_numeric.inc |
Render the field. |
views_handler_field_prerender_list |
class |
handlers/views_handler_field_prerender_list.inc |
Field handler to provide a list of items. |
views_handler_field_prerender_list.inc |
file |
handlers/views_handler_field_prerender_list.inc |
|
views_handler_field_prerender_list::$items |
property |
handlers/views_handler_field_prerender_list.inc |
Stores all items which are used to render the items.
It should be keyed first by the id of the base table, for example nid.
The second key is the id of the thing which is displayed multiple times
per row, for example the tid. |
views_handler_field_prerender_list::allow_advanced_render |
function |
handlers/views_handler_field_prerender_list.inc |
Determine if advanced rendering is allowed. |
views_handler_field_prerender_list::get_items |
function |
handlers/views_handler_field_prerender_list.inc |
Return an array of items for the field. |
views_handler_field_prerender_list::options_form |
function |
handlers/views_handler_field_prerender_list.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_prerender_list::option_definition |
function |
handlers/views_handler_field_prerender_list.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_field_prerender_list::render |
function |
handlers/views_handler_field_prerender_list.inc |
Render the field. |
views_handler_field_prerender_list::render_items |
function |
handlers/views_handler_field_prerender_list.inc |
Render all items in this field together. |
views_handler_field_profile_date |
class |
modules/profile/views_handler_field_profile_date.inc |
Field handler display a profile date |
views_handler_field_profile_date.inc |
file |
modules/profile/views_handler_field_profile_date.inc |
|
views_handler_field_profile_date::options_form |
function |
modules/profile/views_handler_field_profile_date.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_profile_date::render |
function |
modules/profile/views_handler_field_profile_date.inc |
Display a profile field of type 'date' |
views_handler_field_profile_list |
class |
modules/profile/views_handler_field_profile_list.inc |
Field handler display a profile list item. |
views_handler_field_profile_list.inc |
file |
modules/profile/views_handler_field_profile_list.inc |
|
views_handler_field_profile_list::add_self_tokens |
function |
modules/profile/views_handler_field_profile_list.inc |
Add any special tokens this field might use for itself. |
views_handler_field_profile_list::document_self_tokens |
function |
modules/profile/views_handler_field_profile_list.inc |
Document any special tokens this field might use for itself. |
views_handler_field_profile_list::pre_render |
function |
modules/profile/views_handler_field_profile_list.inc |
Break up our field into a proper list. |
views_handler_field_profile_list::render_item |
function |
modules/profile/views_handler_field_profile_list.inc |
|
views_handler_field_search_score |
class |
modules/search/views_handler_field_search_score.inc |
Field handler to provide simple renderer that allows linking to a node. |
views_handler_field_search_score.inc |
file |
modules/search/views_handler_field_search_score.inc |
|
views_handler_field_search_score::options_form |
function |
modules/search/views_handler_field_search_score.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_search_score::option_definition |
function |
modules/search/views_handler_field_search_score.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_field_search_score::query |
function |
modules/search/views_handler_field_search_score.inc |
Called to add the field to a query. |
views_handler_field_search_score::render |
function |
modules/search/views_handler_field_search_score.inc |
Render the field. |
views_handler_field_serialized |
class |
handlers/views_handler_field_serialized.inc |
Field handler to show data of serialized fields. |
views_handler_field_serialized.inc |
file |
handlers/views_handler_field_serialized.inc |
|
views_handler_field_serialized::options_form |
function |
handlers/views_handler_field_serialized.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_serialized::options_validate |
function |
handlers/views_handler_field_serialized.inc |
Validate the options form. |
views_handler_field_serialized::option_definition |
function |
handlers/views_handler_field_serialized.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_field_serialized::render |
function |
handlers/views_handler_field_serialized.inc |
Render the field. |