Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
views_view_is_enabled drupal/core/modules/views/views.module Returns whether the view is enabled. 2
views_view_is_disabled drupal/core/modules/views/views.module Returns whether the view is disabled. 2
views_enable_view drupal/core/modules/views/views.module Enables and saves a view. 1
views_disable_view drupal/core/modules/views/views.module Disables and saves a view. 1
views_get_view drupal/core/modules/views/views.module Loads a view from configuration. 204 2
views_view_has_form_elements drupal/core/modules/views/views.module Returns TRUE if the passed-in view contains handlers with views form implementations, FALSE otherwise. 1
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_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_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_exposed_form drupal/core/modules/views/views.module Form builder for the exposed widgets form. 2
views_form_views_exposed_form_alter drupal/core/modules/views/views.module Implement hook_form_alter for the exposed form.
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_theme_functions drupal/core/modules/views/views.module Build a list of theme function names for use most everywhere. 5
views_query_views_alter drupal/core/modules/views/views.module Implements hook_query_TAG_alter(). 1
_views_query_tag_alter_condition drupal/core/modules/views/views.module Replaces the substitutions recursive foreach condition. 1
views_embed_view drupal/core/modules/views/views.module Embed a view using a PHP snippet.
views_get_view_result drupal/core/modules/views/views.module Get the result of a view.
views_process_check_options drupal/core/modules/views/views.module #process callback to see if we need to check_plain() the options.
views_element_validate_tags drupal/core/modules/views/views.module Validation callback for query tags. 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_forms drupal/core/modules/views/views.module Implements hook_forms().
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_element_info drupal/core/modules/views/views.module Implements hook_element_info().
views_pre_render_view_element drupal/core/modules/views/views.module View element pre render callback. 1
views_theme drupal/core/modules/views/views.module Implement hook_theme(). Register views theming functions.
views_plugin_list drupal/core/modules/views/views.module Returns a list of plugins and metadata about them. 1
views_preprocess_node drupal/core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_preprocess_comment drupal/core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_permission drupal/core/modules/views/views.module Implements hook_permission().
views_menu drupal/core/modules/views/views.module Implement hook_menu().
views_menu_alter drupal/core/modules/views/views.module Implement hook_menu_alter().
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_page drupal/core/modules/views/views.module Page callback: Displays a page view, given a name and display id.
views_page_alter drupal/core/modules/views/views.module Implements hook_page_alter().
views_preprocess_html drupal/core/modules/views/views.module Implements MODULE_preprocess_HOOK().
views_add_contextual_links drupal/core/modules/views/views.module Adds contextual links associated with a view display to a renderable array. 3
views_language_list drupal/core/modules/views/views.module Prepares a list of language names. 3
views_field_create_instance drupal/core/modules/views/views.module Implements hook_field_create_instance.
views_field_update_instance drupal/core/modules/views/views.module Implements hook_field_update_instance.
_views_theme_functions drupal/core/modules/views/views.theme.inc Provide a full array of possible themes to try for a given hook. 1
template_preprocess_views_view drupal/core/modules/views/views.theme.inc Prepares variables for view templates.
template_preprocess_views_view_fields drupal/core/modules/views/views.theme.inc Prepares variables for views fields templates.
theme_views_view_fields drupal/core/modules/views/views.theme.inc Returns HTML for multiple views fields.
template_preprocess_views_view_grouping drupal/core/modules/views/views.theme.inc Prepares variables for views single grouping templates.
theme_views_view_field drupal/core/modules/views/views.theme.inc Display a single views field.
template_preprocess_views_view_field drupal/core/modules/views/views.theme.inc Prepares variables for views field templates.

Pages

Other projects