views_handler_filter_system_type |
|
class |
|
modules/system/views_handler_filter_system_type.inc |
Filter by system type. |
|
|
|
views_handler_filter_term_node_tid |
|
class |
|
modules/taxonomy/views_handler_filter_term_node_tid.inc |
Filter by term id. |
2 |
|
|
views_handler_filter_term_node_tid_depth |
|
class |
|
modules/taxonomy/views_handler_filter_term_node_tid_depth.inc |
Filter handler for taxonomy terms with depth. |
|
|
|
views_handler_filter_term_node_tid_depth_join |
|
class |
|
modules/taxonomy/views_handler_filter_term_node_tid_depth_join.inc |
Filter handler for taxonomy terms with depth. |
|
|
|
views_handler_filter_tracker_boolean_operator |
|
class |
|
modules/tracker/views_handler_filter_tracker_boolean_operator.inc |
Filter handler for boolean values to use = 1 instead of <> 0. |
|
|
|
views_handler_filter_tracker_comment_user_uid |
|
class |
|
modules/tracker/views_handler_filter_tracker_comment_user_uid.inc |
UID filter to check for nodes that user posted or commented on. |
|
|
|
views_handler_filter_user_current |
|
class |
|
modules/user/views_handler_filter_user_current.inc |
Filter handler for the current user. |
|
|
|
views_handler_filter_user_name |
|
class |
|
modules/user/views_handler_filter_user_name.inc |
Filter handler for usernames. |
2 |
|
|
views_handler_filter_user_permissions |
|
class |
|
modules/user/views_handler_filter_user_permissions.inc |
Filter handler for user roles. |
|
|
|
views_handler_filter_user_roles |
|
class |
|
modules/user/views_handler_filter_user_roles.inc |
Filter handler for user roles. |
|
|
|
views_handler_filter_vocabulary_machine_name |
|
class |
|
modules/taxonomy/views_handler_filter_vocabulary_machine_name.inc |
Filter by vocabulary machine name. |
|
|
|
views_handler_filter_vocabulary_vid |
|
class |
|
modules/taxonomy/views_handler_filter_vocabulary_vid.inc |
Filter by vocabulary id. |
|
|
|
views_handler_relationship |
|
class |
|
handlers/views_handler_relationship.inc |
Relationship handler, allows a new version of the primary table to be linked. |
5 |
|
|
views_handler_relationship_broken |
|
class |
|
handlers/views_handler_relationship.inc |
A special handler to take the place of missing or broken handlers. |
|
|
|
views_handler_relationship_entity_reverse |
|
class |
|
modules/field/views_handler_relationship_entity_reverse.inc |
A relationship handlers which reverse entity references. |
|
|
|
views_handler_relationship_groupwise_max |
|
class |
|
handlers/views_handler_relationship_groupwise_max.inc |
Relationship handler that allows a groupwise maximum of the linked in table. |
|
|
|
views_handler_relationship_node_term_data |
|
class |
|
modules/taxonomy/views_handler_relationship_node_term_data.inc |
Relationship handler to return the taxonomy terms of nodes. |
|
|
|
views_handler_relationship_translation |
|
class |
|
modules/translation/views_handler_relationship_translation.inc |
Handles relationships for content translation sets and provides multiple
options. |
|
|
|
views_handler_sort |
|
class |
|
handlers/views_handler_sort.inc |
Base sort handler that has no options and performs a simple sort. |
10 |
|
|
views_handler_sort_broken |
|
class |
|
handlers/views_handler_sort.inc |
A special handler to take the place of missing or broken handlers. |
|
|
|
views_handler_sort_comment_thread |
|
class |
|
modules/comment/views_handler_sort_comment_thread.inc |
Sort handler for ordering by thread. |
|
|
|
views_handler_sort_date |
|
class |
|
handlers/views_handler_sort_date.inc |
Basic sort handler for dates. |
1 |
|
|
views_handler_sort_group_by_numeric |
|
class |
|
handlers/views_handler_sort_group_by_numeric.inc |
Handler for GROUP BY on simple numeric fields. |
|
|
|
views_handler_sort_menu_hierarchy |
|
class |
|
handlers/views_handler_sort_menu_hierarchy.inc |
Sort in menu hierarchy order. |
|
|
|
views_handler_sort_ncs_last_comment_name |
|
class |
|
modules/comment/views_handler_sort_ncs_last_comment_name.inc |
Sort by last comment name, which might be in two different fields. |
|
|
|
views_handler_sort_ncs_last_updated |
|
class |
|
modules/comment/views_handler_sort_ncs_last_updated.inc |
Sort handler for the newer of last comment / node updated. |
|
|
|
views_handler_sort_node_language |
|
class |
|
modules/locale/views_handler_sort_node_language.inc |
Sort handler that allows sorting on a specific language. |
|
|
|
views_handler_sort_node_version_count |
|
class |
|
modules/node/views_handler_sort_node_version_count.inc |
A handler that sorts on the total count of versions/revisions of a node. |
|
|
|
views_handler_sort_random |
|
class |
|
handlers/views_handler_sort_random.inc |
Handle a random sort. |
|
|
|
views_handler_sort_search_score |
|
class |
|
modules/search/views_handler_sort_search_score.inc |
Field handler to provide simple renderer that allows linking to a node. |
|
|
|
views_join |
|
class |
|
includes/handlers.inc |
A function class to represent a join and create the SQL necessary
to implement the join. |
1 |
|
|
views_join_subquery |
|
class |
|
includes/handlers.inc |
Join handler for relationships that join with a subquery as the left field. |
|
|
|
views_many_to_one_helper |
|
class |
|
includes/handlers.inc |
This many to one helper object is used on both arguments and filters. |
|
|
|
views_object |
|
class |
|
includes/base.inc |
Provides the basic object definitions used by plugins and handlers. |
2 |
|
|
views_plugin |
|
class |
|
includes/plugins.inc |
Abstract base class to provide interface common to all plugins. |
12 |
|
|
views_plugin_access |
|
class |
|
plugins/views_plugin_access.inc |
The base plugin to handle access control. |
5 |
|
|
views_plugin_access_none |
|
class |
|
plugins/views_plugin_access_none.inc |
Access plugin that provides no access control at all. |
|
|
|
views_plugin_access_perm |
|
class |
|
plugins/views_plugin_access_perm.inc |
Access plugin that provides permission-based access control. |
|
|
|
views_plugin_access_role |
|
class |
|
plugins/views_plugin_access_role.inc |
Access plugin that provides role-based access control. |
|
|
|
views_plugin_argument_default |
|
class |
|
plugins/views_plugin_argument_default.inc |
The fixed argument default handler; also used as the base. |
7 |
|
|
views_plugin_argument_default_book_root |
|
class |
|
modules/book/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 |
|
modules/user/views_plugin_argument_default_current_user.inc |
Default argument plugin to extract the global $user. |
|
|
|
views_plugin_argument_default_fixed |
|
class |
|
plugins/views_plugin_argument_default_fixed.inc |
The fixed argument default handler. |
|
|
|
views_plugin_argument_default_node |
|
class |
|
modules/node/views_plugin_argument_default_node.inc |
Default argument plugin to extract a node via menu_get_object. |
1 |
|
|
views_plugin_argument_default_php |
|
class |
|
plugins/views_plugin_argument_default_php.inc |
Default argument plugin to provide a PHP code block. |
|
|
|
views_plugin_argument_default_raw |
|
class |
|
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 |
|
modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc |
Taxonomy tid default argument. |
|
|
|
views_plugin_argument_default_user |
|
class |
|
modules/user/views_plugin_argument_default_user.inc |
Default argument plugin to extract a user via menu_get_object. |
|
|
|
views_plugin_argument_validate |
|
class |
|
plugins/views_plugin_argument_validate.inc |
Base argument validator plugin to provide basic functionality. |
5 |
|
|
views_plugin_argument_validate_node |
|
class |
|
modules/node/views_plugin_argument_validate_node.inc |
Validate whether an argument is an acceptable node. |
|
|
|