Namesort descending Location Description
views_exposed_form_validate core/modules/views/views.module Validate handler for exposed filters
views_fetch_base_tables core/modules/views_ui/views_ui.admin.inc Fetch a list of all base tables available
views_fetch_data core/modules/views/views.module Fetch Views' data from the cache
views_fetch_fields core/modules/views/includes/utility.inc Fetch a list of all fields available for a given base type.
views_fetch_plugin_data core/modules/views/views.module Fetch the plugin data from cache.
views_fetch_plugin_names core/modules/views/views.module Fetch a list of all base tables available
views_field_create_instance core/modules/views/views.module Implements hook_field_create_instance.
views_field_delete_instance core/modules/views/views.module Implements hook_field_delete_instance.
views_field_update_instance core/modules/views/views.module Implements hook_field_update_instance.
views_flush_caches core/modules/views/views.module Implements hook_flush_caches().
views_form core/modules/views/views.module This is the entry function. Just gets the form for the current step. The form is always assumed to be multistep, even if it has only one step (the default 'views_form_views_form' step). That way it is actually possible for modules to have a…
views_forms core/modules/views/views.module Implements hook_forms().
views_form_id core/modules/views/views.module Returns a form ID for a Views form using the name and display of the View.
views_form_views_exposed_form_alter core/modules/views/views.module Implement hook_form_alter for the exposed form.
views_form_views_form core/modules/views/views.module Callback for the main step of a Views form. Invoked by views_form().
views_form_views_form_submit core/modules/views/views.module Submit handler for the first step of the views form. Calls any existing views_form_submit functions located on the views fields.
views_form_views_form_validate core/modules/views/views.module Validate handler for the first step of the views form. Calls any existing views_form_validate functions located on the views fields.
views_get_all_views core/modules/views/views.module Return an array of all views as fully loaded $view objects.
views_get_applicable_views core/modules/views/views.module Return a list of all views and display IDs that have a particular setting in their display's plugin settings.
views_get_current_view core/modules/views/views.module Find out what, if any, current view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
views_get_disabled_views core/modules/views/views.module Returns an array of all disabled views, as fully loaded $view objects.
views_get_enabled_display_extenders core/modules/views/includes/utility.inc Get enabled display extenders.
views_get_enabled_views core/modules/views/views.module Returns an array of all enabled views, as fully loaded $view objects.
views_get_handler core/modules/views/views.module Fetch a handler from the data cache.
views_get_localization_plugin core/modules/views/views.module Load the current enabled localization plugin.
views_get_module_apis core/modules/views/views.module Get a list of modules that support the current views API.
views_get_page_view core/modules/views/views.module Find out what, if any, page view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
views_get_plugin core/modules/views/views.module Get a handler for a plugin
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_get_timezone core/modules/views/includes/utility.inc Figure out what timezone we're in; needed for some date manipulations.
views_get_view core/modules/views/views.module Get a view from the database or from default views.
views_get_views_as_options core/modules/views/views.module Return an array of view as options array, that can be used by select, checkboxes and radios as #options.
views_get_view_result core/modules/views/views.module Get the result of a view.
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::access core/modules/views/includes/handlers.inc Check whether current user has access to this handler.
views_handler::admin_summary core/modules/views/includes/handlers.inc Provide text for the administrative summary
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_handler::can_expose core/modules/views/includes/handlers.inc Determine if a handler can be exposed.
views_handler::case_transform core/modules/views/includes/handlers.inc Transform a string by a certain method.
views_handler::ensure_my_table core/modules/views/includes/handlers.inc Ensure the main table for this handler is in the query. This is used a lot.
views_handler::exposed_form core/modules/views/includes/handlers.inc Render our chunk of the exposed handler form when selecting
views_handler::exposed_info core/modules/views/includes/handlers.inc Get information about the exposed form for the form renderer.
views_handler::exposed_submit core/modules/views/includes/handlers.inc Submit the exposed handler form
views_handler::exposed_validate core/modules/views/includes/handlers.inc Validate the exposed handler form
views_handler::expose_form core/modules/views/includes/handlers.inc Form for exposed handler options.
views_handler::expose_options core/modules/views/includes/handlers.inc Set new exposed option defaults when exposed setting is flipped on.
views_handler::expose_submit core/modules/views/includes/handlers.inc Perform any necessary changes to the form exposes prior to storage. There is no need for this function to actually store the data.
views_handler::expose_validate core/modules/views/includes/handlers.inc Validate the options form.
views_handler::extra_options core/modules/views/includes/handlers.inc Provide defaults for the handler.
views_handler::extra_options_form core/modules/views/includes/handlers.inc Provide a form for setting options.

Pages