Contains filters are case sensitive
Name Type Namespace Locationsort descending Description
views_handler_field class modules/views/handlers/views_handler_field.inc Base field handler that has no options and renders an unformatted field.
views_handler_field_links class modules/views/handlers/views_handler_field_links.inc Provides a handler that adds a field of links.
views_handler_field_machine_name class modules/views/handlers/views_handler_field_machine_name.inc Field handler whichs allows to show machine name content as human name.
views_handler_field_markup class modules/views/handlers/views_handler_field_markup.inc A handler to run a field through check_markup, using a companion format field.
views_handler_field_math class modules/views/handlers/views_handler_field_math.inc Render a mathematical expression as a numeric value
views_handler_field_numeric class modules/views/handlers/views_handler_field_numeric.inc Render a field as a numeric value
views_handler_field_prerender_list class modules/views/handlers/views_handler_field_prerender_list.inc Field handler to provide a list of items.
views_handler_field_serialized class modules/views/handlers/views_handler_field_serialized.inc Field handler to show data of serialized fields.
views_handler_field_time_interval class modules/views/handlers/views_handler_field_time_interval.inc A handler to provide proper displays for time intervals.
views_handler_field_url class modules/views/handlers/views_handler_field_url.inc Field handler to provide simple renderer that turns a URL into a clickable link.
views_handler_filter_boolean_operator class modules/views/handlers/views_handler_filter_boolean_operator.inc Simple filter to handle matching of boolean values
views_handler_filter_boolean_operator_string class modules/views/handlers/views_handler_filter_boolean_operator_string.inc Simple filter to handle matching of boolean values.
views_handler_filter_combine class modules/views/handlers/views_handler_filter_combine.inc Filter handler which allows to search on multiple fields.
views_handler_filter_date class modules/views/handlers/views_handler_filter_date.inc Filter to handle dates stored as a timestamp.
views_handler_filter_entity_bundle class modules/views/handlers/views_handler_filter_entity_bundle.inc Filter class which allows to filter by certain bundles of an entity.
views_handler_filter_equality class modules/views/handlers/views_handler_filter_equality.inc Simple filter to handle equal to / not equal to filters
views_handler_filter_fields_compare class modules/views/handlers/views_handler_filter_fields_compare.inc
views_handler_filter_group_by_numeric class modules/views/handlers/views_handler_filter_group_by_numeric.inc Simple filter to handle greater than/less than filters
views_handler_filter_broken class modules/views/handlers/views_handler_filter.inc A special handler to take the place of missing or broken handlers.
views_handler_filter class modules/views/handlers/views_handler_filter.inc Base class for filters.
views_handler_filter_in_operator class modules/views/handlers/views_handler_filter_in_operator.inc Simple filter to handle matching of multiple options selectable via checkboxes
views_handler_filter_many_to_one class 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_numeric class modules/views/handlers/views_handler_filter_numeric.inc Simple filter to handle greater than/less than filters
views_handler_filter_string class 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_groupwise_max class 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_broken class modules/views/handlers/views_handler_relationship.inc A special handler to take the place of missing or broken handlers.
views_handler_relationship class 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_sort_date class modules/views/handlers/views_handler_sort_date.inc Basic sort handler for dates.
views_handler_sort_group_by_numeric class modules/views/handlers/views_handler_sort_group_by_numeric.inc Handler for GROUP BY on simple numeric fields.
views_handler_sort_broken class modules/views/handlers/views_handler_sort.inc A special handler to take the place of missing or broken handlers.
views_handler_sort class modules/views/handlers/views_handler_sort.inc Base sort handler that has no options and performs a simple sort.
views_handler_sort_menu_hierarchy class modules/views/handlers/views_handler_sort_menu_hierarchy.inc Sort in menu hierarchy order.
views_handler_sort_random class modules/views/handlers/views_handler_sort_random.inc Handle a random sort.
views_object class modules/views/includes/base.inc Basic definition for many views objects.
views_join class modules/views/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 modules/views/includes/handlers.inc This many to one helper object is used on both arguments and filters.
views_handler class 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_join_subquery class 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 modules/views/includes/plugin.inc Abstract base class to provide interface common to all plugins.
view class modules/views/includes/view.inc An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output.
views_display class modules/views/includes/view.inc A display type in a view.
ViewsBlock class modules/views/includes/views.block.inc Displays a view listing as a block, with overriding options.
ViewsSpecialBlock class modules/views/includes/views.special_block.inc Displays special Views blocks, such as the Exposed Filters block.
views_plugin_access class modules/views/plugins/views_plugin_access.inc The base plugin to handle access control.
views_plugin_access_none class modules/views/plugins/views_plugin_access_none.inc Access plugin that provides no access control at all.
views_plugin_access_perm class modules/views/plugins/views_plugin_access_perm.inc Access plugin that provides permission-based access control.
views_plugin_access_role class modules/views/plugins/views_plugin_access_role.inc Access plugin that provides role-based access control.
views_plugin_argument_default_fixed class modules/views/plugins/views_plugin_argument_default_fixed.inc The fixed argument default handler.
views_plugin_argument_default class modules/views/plugins/views_plugin_argument_default.inc The fixed argument default handler; also used as the base.
views_plugin_argument_default_php class modules/views/plugins/views_plugin_argument_default_php.inc Default argument plugin to provide a PHP code block.

Pages