You are here

Functions in Views (for Drupal 7) 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
views_schema_6000 ./views.install Views 2's initial schema. Called directly by views_update_6000() for updates from Drupal 5. 1
views_schema_6003 ./views.install Add missing unique key.
views_schema_6004 ./views.install Enlarge the views_object_cache.data column to prevent truncation and JS errors.
views_schema_6005 ./views.install Enlarge the base_table column
views_schema_6006 ./views.install Add the cache_views_data table to support standard caching.
views_schema_6008 ./views.install Add the primary key to views_display table.
views_schema_6009 ./views.install Enlarge the views_display.display_options field to accomodate a larger set of configurations (e. g. fields, filters, etc.) on a display. 1
views_schema_6010 ./views.install Remove the view_php field
views_schema_6013 ./views.install
views_set_current_view ./views.module Set the current 'current view' that is being built/rendered so that it is easy for other modules or items in drupal_eval to identify 3
views_set_page_view ./views.module Set the current 'page view' that is being displayed so that it is easy for other modules or the theme to identify. 2
views_taxonomy_set_breadcrumb modules/taxonomy.views.inc Helper function to set a breadcrumb for taxonomy. 2
views_theme ./views.module Implementation of hook_theme(). Register views theming functions.
views_theme_functions ./views.module Build a list of theme function names for use most everywhere. 5
views_trace ./views.module 2
views_trim_text ./views.module Trim the field down to the specified length. 1
views_ui_add_display includes/admin.inc AJAX callback to add a display. 1
views_ui_add_display_form includes/admin.inc Form to add a display to a view. 2
views_ui_add_display_form_submit includes/admin.inc Submit handler to add a display to a view. 1
views_ui_add_form includes/admin.inc Form constructor callback to create the views Add Form, phase 1. 2
views_ui_add_form_submit includes/admin.inc Process the add view form 1
views_ui_add_form_to_stack includes/admin.inc Add another form to the stack; clicking 'update' will go to this form rather than closing the ajax pad. 5
views_ui_add_form_validate includes/admin.inc Validate the add view form. 1
views_ui_add_item_form includes/admin.inc Form to add_item items in the views UI. 1
views_ui_add_item_form_submit includes/admin.inc Submit handler for adding new item(s) to a view.
views_ui_add_page includes/admin.inc Page callback to add a new view. 1
views_ui_admin_convert includes/convert.inc Page callback for the tools - Views 1 convert page 1
views_ui_admin_tools includes/admin.inc Page callback for the tools - other page 1
views_ui_ajax_form includes/admin.inc Generic entry point to handle forms. 1
views_ui_ajax_forms includes/admin.inc 4
views_ui_analysis includes/analyze.inc Format an analysis message. 3
views_ui_analyze_view includes/admin.inc Page callback to display analysis information on a view. 1
views_ui_analyze_view_button includes/admin.inc This form doesn't particularly do much; it's really just providing a link but a button seems like it would be nicer here. 1
views_ui_analyze_view_form includes/admin.inc Form constructor callback to display analysis information on a view 1
views_ui_analyze_view_form_submit includes/admin.inc Submit handler for views_ui_analyze_view_form
views_ui_autocomplete_tag includes/admin.inc Page callback for views tag autocomplete 1
views_ui_break_lock_confirm includes/admin.inc Page to delete a view. 1
views_ui_break_lock_confirm_submit includes/admin.inc Submit handler to break_lock a view.
views_ui_build_form_state includes/admin.inc Build up a $form_state object suitable for use with drupal_build_form based on known information about a form. 1 1
views_ui_build_form_url includes/admin.inc Create the URL for one of our standard AJAX forms based upon known information about the form. 1
views_ui_build_identifier includes/admin.inc Build a form identifier that we can use to see if one form is the same as another. Since the arguments differ slightly we do a lot of spiffy concenation here. 2
views_ui_cache_load ./views_ui.module Specialized menu callback to load a view either out of the cache or just load it.
views_ui_cache_set ./views_ui.module Specialized cache function to add a flag to our view, include an appropriate include, and cache more easily. 22
views_ui_change_style_form includes/admin.inc Form to change_style items in the views UI. 1
views_ui_change_style_form_submit includes/admin.inc Submit handler for configing new item(s) to a view.
views_ui_change_style_form_validate includes/admin.inc
views_ui_check_advanced_help includes/admin.inc Check to see if the advanced help module is installed, and if not put up a message. 2
views_ui_check_lock ./views_ui.module
views_ui_clone_display includes/admin.inc AJAX callback to add a display. 1
views_ui_clone_display_form includes/admin.inc From to clone a display from a view. 2

Pages

Other projects