Views argument handlers

  1. 3.x handlers/views_handler_argument.inc views_argument_handlers
  2. 2.x handlers/views_handler_argument.inc views_argument_handlers

Handlers to tell Views how to contextually filter queries.

File

handlers/views_handler_argument.inc, line 8
@todo.

Classes

Namesort descending Location Description
views_handler_argument handlers/views_handler_argument.inc Base class for arguments.
views_handler_argument handlers/views_handler_argument.inc Base class for arguments.
views_handler_argument_aggregator_category_cid modules/aggregator/views_handler_argument_aggregator_category_cid.inc Argument handler to accept an aggregator category id.
views_handler_argument_aggregator_fid modules/aggregator/views_handler_argument_aggregator_fid.inc Argument handler to accept an aggregator feed id.
views_handler_argument_aggregator_iid modules/aggregator/views_handler_argument_aggregator_iid.inc Argument handler to accept an aggregator item id.
views_handler_argument_broken handlers/views_handler_argument.inc A special handler to take the place of missing or broken handlers.
views_handler_argument_broken handlers/views_handler_argument.inc A special handler to take the place of missing or broken handlers.
views_handler_argument_comment_user_uid modules/comment/views_handler_argument_comment_user_uid.inc Argument handler to accept a user id to check for nodes that user posted or commented on.
views_handler_argument_date handlers/views_handler_argument_date.inc Abstract argument handler for dates.
views_handler_argument_field_list modules/field/views_handler_argument_field_list.inc Argument handler for list field to show the human readable name in the summary.
views_handler_argument_field_list_string modules/field/views_handler_argument_field_list_string.inc Argument handler for list field to show the human readable name in the summary.
views_handler_argument_file_fid modules/system/views_handler_argument_file_fid.inc Argument handler to accept multiple file ids.
views_handler_argument_formula handlers/views_handler_argument_formula.inc Abstract argument handler for simple formulae.
views_handler_argument_group_by_numeric handlers/views_handler_argument_group_by_numeric.inc Simple handler for arguments using group by.
views_handler_argument_locale_group modules/locale/views_handler_argument_locale_group.inc Argument handler to accept a language.
views_handler_argument_locale_language modules/locale/views_handler_argument_locale_language.inc Argument handler to accept a language.
views_handler_argument_many_to_one handlers/views_handler_argument_many_to_one.inc An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship. Definition terms:
views_handler_argument_node_tnid modules/translation/views_handler_argument_node_tnid.inc Argument handler to accept a node translation id.
views_handler_argument_null handlers/views_handler_argument_null.inc Argument handler that ignores the argument.
views_handler_argument_numeric handlers/views_handler_argument_numeric.inc Basic argument handler for arguments that are numeric. Incorporates break_phrase.
views_handler_argument_search modules/search/views_handler_argument_search.inc Argument that accepts query keys for search.
views_handler_argument_string handlers/views_handler_argument_string.inc Basic argument handler to implement string arguments that may have length limits.
views_handler_argument_taxonomy modules/taxonomy/views_handler_argument_taxonomy.inc Argument handler for basic taxonomy tid.
views_handler_argument_term_node_tid modules/taxonomy/views_handler_argument_term_node_tid.inc Allow taxonomy term ID(s) as argument.
views_handler_argument_term_node_tid_depth modules/taxonomy/views_handler_argument_term_node_tid_depth.inc Argument handler for taxonomy terms with depth.
views_handler_argument_term_node_tid_depth_modifier modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc Argument handler for to modify depth for a previous term.
views_handler_argument_tracker_comment_user_uid modules/tracker/views_handler_argument_tracker_comment_user_uid.inc UID argument to check for nodes that user posted or commented on.
views_handler_argument_users_roles_rid modules/user/views_handler_argument_users_roles_rid.inc Allow role ID(s) as argument.
views_handler_argument_user_uid modules/user/views_handler_argument_user_uid.inc Argument handler to accept a user id.
views_handler_argument_vocabulary_machine_name modules/taxonomy/views_handler_argument_vocabulary_machine_name.inc Argument handler to accept a vocabulary machine name.
views_handler_argument_vocabulary_vid modules/taxonomy/views_handler_argument_vocabulary_vid.inc Argument handler to accept a vocabulary id.

Files

Namesort descending Location Description
views_handler_argument_dates_various.inc modules/node/views_handler_argument_dates_various.inc Handlers for various date arguments.