views_handler_filter_string |
class |
|
core/modules/views/handlers/views_handler_filter_string.inc |
Basic textfield filter to handle string filtering commands
including equality, like, not like, etc. |
views_handler_filter_system_type |
class |
|
core/modules/system/views/views_handler_filter_system_type.inc |
Filter by system type. |
views_handler_filter_term_language |
class |
|
core/modules/locale/views/views_handler_filter_term_language.inc |
Filter by language. |
views_handler_filter_term_node_tid |
class |
|
core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc |
Filter by term id. |
views_handler_filter_term_node_tid_depth |
class |
|
core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc |
Filter handler for taxonomy terms with depth. |
views_handler_filter_user_current |
class |
|
core/modules/user/views/views_handler_filter_user_current.inc |
Filter handler for the current user. |
views_handler_filter_user_name |
class |
|
core/modules/user/views/views_handler_filter_user_name.inc |
Filter handler for usernames. |
views_handler_filter_user_permissions |
class |
|
core/modules/user/views/views_handler_filter_user_permissions.inc |
Filter handler for user roles. |
views_handler_filter_user_roles |
class |
|
core/modules/user/views/views_handler_filter_user_roles.inc |
Filter handler for user roles. |
views_handler_filter_vocabulary |
class |
|
core/modules/taxonomy/views/views_handler_filter_vocabulary.inc |
Filter by vocabulary name. |
views_handler_relationship |
class |
|
core/modules/views/handlers/views_handler_relationship.inc |
Simple relationship handler that allows a new version of the primary table
to be linked in. |
views_handler_relationship_broken |
class |
|
core/modules/views/handlers/views_handler_relationship.inc |
A special handler to take the place of missing or broken handlers. |
views_handler_relationship_entity_reverse |
class |
|
core/modules/field/views/views_handler_relationship_entity_reverse.inc |
A relationship handlers which reverse entity references. |
views_handler_relationship_groupwise_max |
class |
|
core/modules/views/handlers/views_handler_relationship_groupwise_max.inc |
Relationship handler that allows a groupwise maximum of the linked in table.
For a definition, see:
http://dev.mysql.com/doc/refman/5.0/en/example-maximum-column-group-row....
In lay terms, instead of joining to get all matching records in the… |
views_handler_relationship_node_term_data |
class |
|
core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc |
Relationship handler to return the taxonomy terms of nodes. |
views_handler_relationship_translation |
class |
|
core/modules/translation/views/views_handler_relationship_translation.inc |
Handles relationships for content translation sets and provides multiple
options. |
views_handler_sort |
class |
|
core/modules/views/handlers/views_handler_sort.inc |
Base sort handler that has no options and performs a simple sort. |
views_handler_sort_broken |
class |
|
core/modules/views/handlers/views_handler_sort.inc |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_comment_thread |
class |
|
core/modules/comment/views/views_handler_sort_comment_thread.inc |
Sort handler for ordering by thread. |
views_handler_sort_date |
class |
|
core/modules/views/handlers/views_handler_sort_date.inc |
Basic sort handler for dates. |
views_handler_sort_group_by_numeric |
class |
|
core/modules/views/handlers/views_handler_sort_group_by_numeric.inc |
Handler for GROUP BY on simple numeric fields. |
views_handler_sort_menu_hierarchy |
class |
|
core/modules/views/handlers/views_handler_sort_menu_hierarchy.inc |
Sort in menu hierarchy order. |
views_handler_sort_ncs_last_comment_name |
class |
|
core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc |
Sort handler to sort by last comment name which might be in 2 different
fields. |
views_handler_sort_ncs_last_updated |
class |
|
core/modules/comment/views/views_handler_sort_ncs_last_updated.inc |
Sort handler for the newer of last comment / node updated. |
views_handler_sort_random |
class |
|
core/modules/views/handlers/views_handler_sort_random.inc |
Handle a random sort. |
views_handler_sort_search_score |
class |
|
core/modules/search/views/views_handler_sort_search_score.inc |
Field handler to provide simple renderer that allows linking to a node. |
views_join |
class |
|
core/modules/views/includes/handlers.inc |
|
views_join_subquery |
class |
|
core/modules/views/includes/handlers.inc |
Join handler for relationships that join with a subquery as the left field.
eg:
LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid |
views_many_to_one_helper |
class |
|
core/modules/views/includes/handlers.inc |
|
views_object |
class |
|
core/modules/views/includes/base.inc |
|
views_plugin |
class |
|
core/modules/views/includes/plugin.inc |
Abstract base class to provide interface common to all plugins. |
views_plugin_access |
class |
|
core/modules/views/plugins/views_plugin_access.inc |
The base plugin to handle access control. |
views_plugin_access_none |
class |
|
core/modules/views/plugins/views_plugin_access_none.inc |
Access plugin that provides no access control at all. |
views_plugin_access_perm |
class |
|
core/modules/views/plugins/views_plugin_access_perm.inc |
Access plugin that provides permission-based access control. |
views_plugin_access_role |
class |
|
core/modules/views/plugins/views_plugin_access_role.inc |
Access plugin that provides role-based access control. |
views_plugin_argument_default |
class |
|
core/modules/views/plugins/views_plugin_argument_default.inc |
The fixed argument default handler; also used as the base. |
views_plugin_argument_default_book_root |
class |
|
core/modules/book/views/views_plugin_argument_default_book_root.inc |
Default argument plugin to get the current node's book root. |
views_plugin_argument_default_current_user |
class |
|
core/modules/user/views/views_plugin_argument_default_current_user.inc |
Default argument plugin to extract the global $user |
views_plugin_argument_default_fixed |
class |
|
core/modules/views/plugins/views_plugin_argument_default_fixed.inc |
The fixed argument default handler. |
views_plugin_argument_default_node |
class |
|
core/modules/node/views/views_plugin_argument_default_node.inc |
Default argument plugin to extract a node via menu_get_object |
views_plugin_argument_default_php |
class |
|
core/modules/views/plugins/views_plugin_argument_default_php.inc |
Default argument plugin to provide a PHP code block. |
views_plugin_argument_default_raw |
class |
|
core/modules/views/plugins/views_plugin_argument_default_raw.inc |
Default argument plugin to use the raw value from the URL. |
views_plugin_argument_default_taxonomy_tid |
class |
|
core/modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc |
Taxonomy tid default argument. |
views_plugin_argument_default_user |
class |
|
core/modules/user/views/views_plugin_argument_default_user.inc |
Default argument plugin to extract a user via menu_get_object. |
views_plugin_argument_validate |
class |
|
core/modules/views/plugins/views_plugin_argument_validate.inc |
Base argument validator plugin to provide basic functionality. |
views_plugin_argument_validate_node |
class |
|
core/modules/node/views/views_plugin_argument_validate_node.inc |
Validate whether an argument is an acceptable node. |
views_plugin_argument_validate_numeric |
class |
|
core/modules/views/plugins/views_plugin_argument_validate_numeric.inc |
Validate whether an argument is numeric or not. |
views_plugin_argument_validate_php |
class |
|
core/modules/views/plugins/views_plugin_argument_validate_php.inc |
Provide PHP code to validate whether or not an argument is ok. |
views_plugin_argument_validate_taxonomy_term |
class |
|
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Validate whether an argument is an acceptable node. |
views_plugin_argument_validate_user |
class |
|
core/modules/user/views/views_plugin_argument_validate_user.inc |
Validate whether an argument is a valid user. |