Handlers to tell Views how to contextually filter queries.
File
- core/
modules/ views/ handlers/ views_handler_argument.inc, line 7 - @todo.
Classes
Name | Location | Description |
---|---|---|
views_handler_argument |
core/ |
Base class for arguments. |
views_handler_argument |
core/ |
Base class for arguments. |
views_handler_argument_broken |
core/ |
A special handler to take the place of missing or broken handlers. |
views_handler_argument_broken |
core/ |
A special handler to take the place of missing or broken handlers. |
views_handler_argument_comment_user_uid |
core/ |
Argument handler to accept a user id to check for nodes that user posted or commented on. |
views_handler_argument_date |
core/ |
Abstract argument handler for dates. |
views_handler_argument_field_list |
core/ |
Argument handler for list field to show the human readable name in the summary. |
views_handler_argument_field_list_string |
core/ |
Argument handler for list field to show the human readable name in the summary. |
views_handler_argument_file_fid |
core/ |
Argument handler to accept multiple file ids. |
views_handler_argument_formula |
core/ |
Abstract argument handler for simple formulae. |
views_handler_argument_group_by_numeric |
core/ |
Simple handler for arguments using group by. |
views_handler_argument_locale_language |
core/ |
Argument handler to accept a language. |
views_handler_argument_many_to_one |
core/ |
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 |
core/ |
Argument handler to accept a node translation id. |
views_handler_argument_null |
core/ |
Argument handler that ignores the argument. |
views_handler_argument_numeric |
core/ |
Basic argument handler for arguments that are numeric. Incorporates break_phrase. |
views_handler_argument_search |
core/ |
Argument that accepts query keys for search. |
views_handler_argument_string |
core/ |
Basic argument handler to implement string arguments that may have length limits. |
views_handler_argument_taxonomy |
core/ |
Argument handler for basic taxonomy tid. |
views_handler_argument_term_node_tid |
core/ |
Allow taxonomy term ID(s) as argument. |
views_handler_argument_term_node_tid_depth |
core/ |
Argument handler for taxonomy terms with depth. |
views_handler_argument_term_node_tid_depth_modifier |
core/ |
Argument handler for to modify depth for a previous term. |
views_handler_argument_users_roles |
core/ |
@file Allow role names as an argument. |
views_handler_argument_user_uid |
core/ |
Argument handler to accept a user id. |
views_handler_argument_vocabulary |
core/ |
Argument handler to accept a vocabulary name. |
Files
Name | Location | Description |
---|---|---|
views_handler_argument_dates_various.inc |
core/ |
Handlers for various date arguments. |
views_handler_argument_users_roles.inc |
core/ |
Allow role names as an argument. |