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 |
A function class to represent a join and create the SQL necessary
to implement the join. |
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 |
This many to one helper object is used on both arguments and filters. |
views_object |
class |
|
core/modules/views/includes/base.inc |
Basic definition for many views objects. |
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. |
views_plugin_cache |
class |
|
core/modules/views/plugins/views_plugin_cache.inc |
The base plugin to handle caching. |
views_plugin_cache_none |
class |
|
core/modules/views/plugins/views_plugin_cache_none.inc |
Caching plugin that provides no caching at all. |
views_plugin_cache_time |
class |
|
core/modules/views/plugins/views_plugin_cache_time.inc |
Simple caching of query results for Views displays. |
views_plugin_display |
class |
|
core/modules/views/plugins/views_plugin_display.inc |
The default display plugin handler. Display plugins handle options and
basic mechanisms for different output methods. |
views_plugin_display_attachment |
class |
|
core/modules/views/plugins/views_plugin_display_attachment.inc |
The plugin that handles an attachment display. |
views_plugin_display_block |
class |
|
core/modules/views/plugins/views_plugin_display_block.inc |
The plugin that handles a block. |
views_plugin_display_default |
class |
|
core/modules/views/plugins/views_plugin_display_default.inc |
A plugin to handle defaults on a view. |
views_plugin_display_embed |
class |
|
core/modules/views/plugins/views_plugin_display_embed.inc |
The plugin that handles an embed display. |
views_plugin_display_extender |
class |
|
core/modules/views/plugins/views_plugin_display_extender.inc |
@todo. |
views_plugin_display_feed |
class |
|
core/modules/views/plugins/views_plugin_display_feed.inc |
The plugin that handles a feed, such as RSS or atom. |
views_plugin_display_page |
class |
|
core/modules/views/plugins/views_plugin_display_page.inc |
The plugin that handles a full page. |
views_plugin_exposed_form |
class |
|
core/modules/views/plugins/views_plugin_exposed_form.inc |
The base plugin to handle exposed filter forms. |
views_plugin_exposed_form_basic |
class |
|
core/modules/views/plugins/views_plugin_exposed_form_basic.inc |
Exposed form plugin that provides a basic exposed form. |
views_plugin_exposed_form_input_required |
class |
|
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Exposed form plugin that provides an exposed form with required input. |
views_plugin_localization |
class |
|
core/modules/views/plugins/views_plugin_localization.inc |
The base plugin to handle localization of Views strings. |
views_plugin_localization_core |
class |
|
core/modules/views/plugins/views_plugin_localization_core.inc |
Localization plugin to pass translatable strings through t(). |
views_plugin_localization_none |
class |
|
core/modules/views/plugins/views_plugin_localization_none.inc |
Localization plugin for no localization. |