Name Locationsort descending Description
views_handler::needs_style_plugin core/modules/views/includes/handlers.inc Determine if the argument needs a style plugin.
views_handler::is_exposed core/modules/views/includes/handlers.inc Determine if this item is 'exposed', meaning it provides form elements to let users modify the view.
views_handler::is_a_group core/modules/views/includes/handlers.inc Returns TRUE if the exposed filter works like a grouped filter.
views_handler::multiple_exposed_input core/modules/views/includes/handlers.inc Define if the exposed input has to be submitted multiple times. This is TRUE when exposed filters grouped are using checkboxes as widgets.
views_handler::accept_exposed_input core/modules/views/includes/handlers.inc Take input from exposed handlers and assign to this handler, if necessary.
views_handler::store_exposed_input core/modules/views/includes/handlers.inc If set to remember exposed input in the session, store it there.
views_handler::get_join core/modules/views/includes/handlers.inc Get the join object that should be used for this handler.
views_handler::validate core/modules/views/includes/handlers.inc Validates the handler against the complete View.
views_handler::broken core/modules/views/includes/handlers.inc Determine if the handler is considered 'broken', meaning it's a a placeholder used when a handler can't be found.
views_many_to_one_helper::option_definition core/modules/views/includes/handlers.inc
views_many_to_one_helper::options_form core/modules/views/includes/handlers.inc
views_many_to_one_helper::get_field core/modules/views/includes/handlers.inc Sometimes the handler might want us to use some kind of formula, so give it that option. If it wants us to do this, it must set $helper->formula = TRUE and implement handler->get_formula();
views_many_to_one_helper::add_table core/modules/views/includes/handlers.inc Add a table to the query.
views_many_to_one_helper::get_join core/modules/views/includes/handlers.inc
views_many_to_one_helper::summary_join core/modules/views/includes/handlers.inc Provide the proper join for summary queries. This is important in part because it will cooperate with other arguments if possible.
views_many_to_one_helper::ensure_my_table core/modules/views/includes/handlers.inc Override ensure_my_table so we can control how this joins in. The operator actually has influence over joining.
views_many_to_one_helper::placeholder core/modules/views/includes/handlers.inc Provides a unique placeholders for handlers.
views_many_to_one_helper::add_filter core/modules/views/includes/handlers.inc
views_many_to_one_helper::__construct core/modules/views/includes/handlers.inc
views_join::construct core/modules/views/includes/handlers.inc Construct the views_join object.
views_join::build_join core/modules/views/includes/handlers.inc Build the SQL for the join this object represents.
views_plugin::options_form core/modules/views/includes/plugin.inc Provide a form to edit options for this plugin.
views_plugin::options_validate core/modules/views/includes/plugin.inc Validate the options form.
views_plugin::options_submit core/modules/views/includes/plugin.inc Handle any special handling on the validate form.
views_plugin::query core/modules/views/includes/plugin.inc Add anything to the query that we might need to.
views_plugin::theme_functions core/modules/views/includes/plugin.inc Provide a full list of possible theme templates used by this style.
views_plugin::additional_theme_functions core/modules/views/includes/plugin.inc Provide a list of additional theme functions for the theme information page
views_plugin::validate core/modules/views/includes/plugin.inc Validate that the plugin is correct and can be saved.
views_plugin::summary_title core/modules/views/includes/plugin.inc Returns the summary of the settings in the display.
views_plugin::plugin_title core/modules/views/includes/plugin.inc Return the human readable name of the display.
_views_create_handler core/modules/views/includes/utility.inc Instantiate and construct a new handler
_views_prepare_handler core/modules/views/includes/utility.inc Prepare a handler's data by checking defaults and such.
views_get_table_join core/modules/views/includes/utility.inc Fetch a handler to join one table to a primary table from the data cache
views_break_phrase_string core/modules/views/includes/utility.inc Break x,y,z and x+y+z into an array. Works for strings.
views_break_phrase core/modules/views/includes/utility.inc Break x,y,z and x+y+z into an array. Numeric only.
views_trim_text core/modules/views/includes/utility.inc Trim the field down to the specified length.
views_array_key_plus core/modules/views/includes/utility.inc Adds one to each key of the array.
views_get_timezone core/modules/views/includes/utility.inc Figure out what timezone we're in; needed for some date manipulations.
views_date_sql_field core/modules/views/includes/utility.inc Helper function to create cross-database SQL dates.
views_date_sql_format core/modules/views/includes/utility.inc Helper function to create cross-database SQL date formatting.
views_date_sql_extract core/modules/views/includes/utility.inc Helper function to create cross-database SQL date extraction.
views_discover_plugins core/modules/views/includes/utility.inc Builds and return a list of all plugins available in the system.
views_get_enabled_display_extenders core/modules/views/includes/utility.inc Get enabled display extenders.
views_fetch_fields core/modules/views/includes/utility.inc Fetch a list of all fields available for a given base type.
view::__construct core/modules/views/includes/view.inc Constructor
view::update core/modules/views/includes/view.inc Perform automatic updates when loading or importing a view.
view::display_objects core/modules/views/includes/view.inc Returns a list of the sub-object types used by this view. These types are stored on the display, and are used in the build process.
view::set_arguments core/modules/views/includes/view.inc Set the arguments that come to this view. Usually from the URL but possibly from elsewhere.
view::set_current_page core/modules/views/includes/view.inc Change/Set the current page for the pager.
view::get_current_page core/modules/views/includes/view.inc Get the current page from the pager.

Pages