Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
views_get_view_result drupal/core/modules/views/views.module Get the result of a view.
views_get_views_as_options drupal/core/modules/views/views.module Return an array of view as options array, that can be used by select, checkboxes and radios as #options. 2
views_get_view drupal/core/modules/views/views.module Loads a view from configuration. 204 2
views_get_plugin_definitions drupal/core/modules/views/views.module Gets all the views plugin definitions. 3
views_get_page_view drupal/core/modules/views/views.module Find out what, if any, page view is currently in use. 3
views_get_handler drupal/core/modules/views/views.module Fetch a handler from the data cache. 14
views_get_enabled_views drupal/core/modules/views/views.module Returns an array of all enabled views, as fully loaded $view objects. 2
views_get_enabled_display_extenders drupal/core/modules/views/views.module Get enabled display extenders. 2
views_get_disabled_views drupal/core/modules/views/views.module Returns an array of all disabled views, as fully loaded $view objects. 1
views_get_current_view drupal/core/modules/views/views.module Find out what, if any, current view is currently in use. 1
views_get_applicable_views drupal/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. 3
views_get_all_views drupal/core/modules/views/views.module Returns an array of all views as fully loaded $view objects. 4
views_form_views_form_validate drupal/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. 1
views_form_views_form_submit drupal/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. 1
views_form_views_form drupal/core/modules/views/views.module Callback for the main step of a Views form. Invoked by views_form(). 4
views_form_views_exposed_form_alter drupal/core/modules/views/views.module Implement hook_form_alter for the exposed form.
views_form_id drupal/core/modules/views/views.module Returns a form ID for a Views form using the name and display of the View. 1
views_forms drupal/core/modules/views/views.module Implements hook_forms().
views_form drupal/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… 4
views_field_update_instance drupal/core/modules/views/views.module Implements hook_field_update_instance.
views_field_delete_instance drupal/core/modules/views/views.module Implements hook_field_delete_instance.
views_field_create_instance drupal/core/modules/views/views.module Implements hook_field_create_instance.
views_fetch_plugin_names drupal/core/modules/views/views.module Fetch a list of all base tables available 8
views_fetch_fields drupal/core/modules/views_ui/admin.inc Fetch a list of all fields available for a given base type. 5
views_exposed_form_validate drupal/core/modules/views/views.module Validate handler for exposed filters
views_exposed_form_submit drupal/core/modules/views/views.module Submit handler for exposed filters
views_exposed_form_cache drupal/core/modules/views/views.module Save the Views exposed form for later use. 1 1
views_exposed_form drupal/core/modules/views/views.module Form builder for the exposed widgets form. 2
views_enable_view drupal/core/modules/views/views.module Enables and saves a view. 1
views_embed_view drupal/core/modules/views/views.module Embed a view using a PHP snippet.
views_element_validate_tags drupal/core/modules/views/views.module Validation callback for query tags. 1
views_element_info drupal/core/modules/views/views.module Implements hook_element_info().
views_disable_view drupal/core/modules/views/views.module Disables and saves a view. 1
views_cache_set drupal/core/modules/views/views.module Set a cached item in the views cache. 1
views_cache_get drupal/core/modules/views/views.module Return data from the persistent views cache. 1
views_arg_load drupal/core/modules/views/views.module Helper function for menu loading. This will automatically be called in order to 'load' a views argument; primarily it will be used to perform validation.
views_ajax_form_wrapper drupal/core/modules/views/includes/ajax.inc Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client. 1
views_ajax_autocomplete_taxonomy drupal/core/modules/views/includes/ajax.inc Page callback for views taxonomy autocomplete. 1
views_ajax drupal/core/modules/views/includes/ajax.inc Menu callback to load a view via AJAX. 1
views_add_contextual_links drupal/core/modules/views/views.module Adds contextual links associated with a view display to a renderable array. 3
variable_set drupal/core/includes/bootstrap.inc Sets a persistent variable. 57
variable_initialize drupal/core/includes/bootstrap.inc Loads the persistent variable table. 3
variable_get drupal/core/includes/bootstrap.inc Returns a persistent variable. 112 1
variable_del drupal/core/includes/bootstrap.inc Unsets a persistent variable. 17
valid_url Deprecated drupal/core/includes/common.inc Verifies the syntax of the given URL. 3
valid_number_step drupal/core/includes/common.inc Verifies that a number is a multiple of a given step. 3
valid_email_address drupal/core/includes/common.inc Verifies the syntax of the given e-mail address. 4
user_view_page drupal/core/modules/user/user.module Page callback wrapper for user_view(). 1
user_view_multiple drupal/core/modules/user/user.module Constructs a drupal_render() style array from an array of loaded users.
user_views_query_substitutions drupal/core/modules/user/user.views_execution.inc Implements hook_views_query_substitutions().

Pages

Other projects