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_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_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_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_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_random |
class |
|
core/modules/views/handlers/views_handler_sort_random.inc |
Handle a random sort. |
views_object |
class |
|
core/modules/views/includes/base.inc |
|
views_handler |
class |
|
core/modules/views/includes/handlers.inc |
Base handler, from which all the other handlers are derived.
It creates a common interface to create consistency amongst
handlers and data. |
views_many_to_one_helper |
class |
|
core/modules/views/includes/handlers.inc |
|
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_plugin |
class |
|
core/modules/views/includes/plugin.inc |
Abstract base class to provide interface common to all plugins. |
view |
class |
|
core/modules/views/includes/view.inc |
|
views_display |
class |
|
core/modules/views/includes/view.inc |
|
ViewsBlock |
class |
|
core/modules/views/includes/views.block.inc |
Displays a view listing as a block, with overriding options. |
ViewsSpecialBlock |
class |
|
core/modules/views/includes/views.special_block.inc |
Displays special Views blocks, such as the Exposed Filters block. |
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_fixed |
class |
|
core/modules/views/plugins/views_plugin_argument_default_fixed.inc |
The fixed argument default handler. |
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_validate |
class |
|
core/modules/views/plugins/views_plugin_argument_validate.inc |
Base argument validator plugin to provide basic functionality. |
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_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. |
views_plugin_pager |
class |
|
core/modules/views/plugins/views_plugin_pager.inc |
The base plugin to handle pager. |
views_plugin_pager_full |
class |
|
core/modules/views/plugins/views_plugin_pager_full.inc |
The plugin to handle full pager. |