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_cache_time |
class |
|
core/modules/views/plugins/views_plugin_cache_time.inc |
Simple caching of query results for Views displays. |
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 |
class |
|
core/modules/views/plugins/views_plugin_cache.inc |
The base plugin to handle caching. |
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_numeric |
class |
|
core/modules/views/plugins/views_plugin_argument_validate_numeric.inc |
Validate whether an argument is numeric or not. |
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_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_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_fixed |
class |
|
core/modules/views/plugins/views_plugin_argument_default_fixed.inc |
The fixed argument default handler. |
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_access_role |
class |
|
core/modules/views/plugins/views_plugin_access_role.inc |
Access plugin that provides role-based access control. |
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_none |
class |
|
core/modules/views/plugins/views_plugin_access_none.inc |
Access plugin that provides no access control at all. |
views_plugin_access |
class |
|
core/modules/views/plugins/views_plugin_access.inc |
The base plugin to handle access control. |
ViewsSpecialBlock |
class |
|
core/modules/views/includes/views.special_block.inc |
Displays special Views blocks, such as the Exposed Filters block. |
ViewsBlock |
class |
|
core/modules/views/includes/views.block.inc |
Displays a view listing as a block, with overriding options. |
view |
class |
|
core/modules/views/includes/view.inc |
|
views_display |
class |
|
core/modules/views/includes/view.inc |
|
views_plugin |
class |
|
core/modules/views/includes/plugin.inc |
Abstract base class to provide interface common to all plugins. |
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_object |
class |
|
core/modules/views/includes/base.inc |
|
views_handler_sort_random |
class |
|
core/modules/views/handlers/views_handler_sort_random.inc |
Handle a random sort. |
views_handler_sort_menu_hierarchy |
class |
|
core/modules/views/handlers/views_handler_sort_menu_hierarchy.inc |
Sort in menu hierarchy order. |
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_date |
class |
|
core/modules/views/handlers/views_handler_sort_date.inc |
Basic sort handler for dates. |
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_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 |
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_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_numeric |
class |
|
core/modules/views/handlers/views_handler_filter_numeric.inc |
Simple filter to handle greater than/less than filters |
views_handler_filter_many_to_one |
class |
|
core/modules/views/handlers/views_handler_filter_many_to_one.inc |
Complex filter to handle filtering for many to one relationships,
such as terms (many terms per node) or roles (many roles per user). |
views_handler_filter_in_operator |
class |
|
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Simple filter to handle matching of multiple options selectable via checkboxes |
views_handler_filter_group_by_numeric |
class |
|
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
Simple filter to handle greater than/less than filters |
views_handler_filter_fields_compare |
class |
|
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
|
views_handler_filter_equality |
class |
|
core/modules/views/handlers/views_handler_filter_equality.inc |
Simple filter to handle equal to / not equal to filters |
views_handler_filter_entity_bundle |
class |
|
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Filter class which allows to filter by certain bundles of an entity. |
views_handler_filter_date |
class |
|
core/modules/views/handlers/views_handler_filter_date.inc |
Filter to handle dates stored as a timestamp. |
views_handler_filter_combine |
class |
|
core/modules/views/handlers/views_handler_filter_combine.inc |
Filter handler which allows to search on multiple fields. |
views_handler_filter_boolean_operator_string |
class |
|
core/modules/views/handlers/views_handler_filter_boolean_operator_string.inc |
Simple filter to handle matching of boolean values. |
views_handler_filter_boolean_operator |
class |
|
core/modules/views/handlers/views_handler_filter_boolean_operator.inc |
Simple filter to handle matching of boolean values |
views_handler_filter |
class |
|
core/modules/views/handlers/views_handler_filter.inc |
Base class for filters. |
views_handler_filter_broken |
class |
|
core/modules/views/handlers/views_handler_filter.inc |
A special handler to take the place of missing or broken handlers. |
views_handler_field_url |
class |
|
core/modules/views/handlers/views_handler_field_url.inc |
Field handler to provide simple renderer that turns a URL into a clickable link. |
views_handler_field_time_interval |
class |
|
core/modules/views/handlers/views_handler_field_time_interval.inc |
A handler to provide proper displays for time intervals. |