You are here

Classes, traits, and interfaces in Views (for Drupal 7) 6.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
views_handler_filter_upload_fid class modules/upload/views_handler_filter_upload_fid.inc Filter by whether or not a node has attached files from the upload module
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_roles class modules/user/views_handler_filter_user_roles.inc Filter handler for user roles.
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 Simple relationship handler that allows a new version of the primary table to be linked in. 3
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_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 9
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_formula class handlers/views_handler_sort_formula.inc Base sort handler that has no options and performs a simple sort
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 handler to sort by last comment name which might be in 2 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_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.
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 Basic definition for many views objects 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. 3
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_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
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 @file 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.
views_plugin_argument_validate_numeric class plugins/views_plugin_argument_validate_numeric.inc Validate whether an argument is numeric or not.
views_plugin_argument_validate_php class 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 modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc Validate whether an argument is an acceptable node.
views_plugin_argument_validate_user class modules/user/views_plugin_argument_validate_user.inc Validate whether an argument is a valid user.
views_plugin_cache class plugins/views_plugin_cache.inc The base plugin to handle caching. 2
views_plugin_cache_none class plugins/views_plugin_cache_none.inc Caching plugin that provides no caching at all.
views_plugin_cache_time class plugins/views_plugin_cache_time.inc Simple caching of query results for Views displays.
views_plugin_display class plugins/views_plugin_display.inc The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods. 4
views_plugin_display_attachment class plugins/views_plugin_display_attachment.inc The plugin that handles an attachment display.
views_plugin_display_block class plugins/views_plugin_display_block.inc The plugin that handles a block.
views_plugin_display_default class plugins/views_plugin_display_default.inc A plugin to handle defaults on a view.
views_plugin_display_extender class plugins/views_plugin_display_extender.inc @todo

Pages

Other projects