Primary tabs

Namesort ascending Location Description Direct uses Strings
_views_view_fields ./views.module Provide all the fields in a view. 1
_views_view_build_sorts ./views_query.inc 1
_views_view_build_filters ./views_query.inc 1
_views_view_build_fields ./views_query.inc 1
_views_view_build_arg ./views_query.inc 1
_views_ui_help_add ./views_ui.module
_views_swap ./views_ui.module Swap two items in an array. 2
_views_sort_arrays ./views_cache.inc sort callback
_views_sortorders ./views_ui.module Select box entries for sort ordering. 1
_views_save_view ./views.module Save a view to the database. 1
_views_move_up ./views_ui.module Move an item up in an array.
_views_move_top ./views_ui.module Move an item to the front of an array.
_views_move_down ./views_ui.module Move an item down in an array.
_views_move_bottom ./views_ui.module Move an item to the end of an array.
_views_menu_type ./views.module Determine what menu type a view needs to use. 1
_views_menu_item ./views.module Helper function to create a menu item for a view. 1
_views_load_view ./views.module Load a view from the database. (deprecated; use views_load_view in favor of this function). 3
_views_is_cacheable ./views.module Determine whether or not a view is cacheable. A view is not cacheable if there is some kind of user input or data required. For example, views that need to restrict to the 'current' user, or any views that require arguments or allow… 3
_views_get_timezone ./views.module Figure out what timezone we're in; needed for some date manipulations. 6
_views_get_tables ./views_cache.inc Constructs the full table information array. Caches it into a global array so that it will only be called once per run. 7
_views_get_style_plugins ./views_cache.inc Return the style plugins; construct one if we haven't already. The array is cached in a static variable so that arguments are only constructed once per run. 6
_views_get_sorts ./views_cache.inc Gets the sort information; if it doesn't exist, call the function that constructs all that. 4
_views_get_query ./views_cache.inc 1
_views_get_filters ./views_cache.inc Gets the filter information; if it doesn't exist, call the function that constructs all that. 8
_views_get_fields ./views_cache.inc Gets the field information; if it doesn't exist, call the function that constructs all that. 12
_views_get_default_views ./views_cache.inc Build default view information from all modules and cache it. 7
_views_get_default_view ./views_ui.module 1
_views_get_arguments_default ./views_ui.module Select box entries for argument defaults. 1
_views_get_arguments ./views_cache.inc Return the arguments array; construct one if we haven't already. The array is cached in a global, safely named variable so that arguments are only constructed once per run. 7
_views_delete_view ./views.module Delete a view from the database. 1
_views_create_menu_item ./views.module Helper function to add a menu item for a view. 1
_views_construct_header ./views.module Construct a header for a table view. 2
_views_check_sub_ops ./views_ui.module Figure out which of the many, many buttons on a form were clicked and handle it. 1
_views_check_ops ./views_ui.module Figure out if one of the add buttons on a form were clicked, and handle it. 1
_views_check_arrays ./views.module Ensure that all the arrays in a view exist so we don't run into array operations on a non-array error. 5
_views_build_summary ./views_query.inc
_views_build_query ./views_query.inc
_views_build_filters_form ./views.module 1
_views_break_phrase ./views.module
_views_add_vocabulary modules/views_taxonomy.inc 1
_views_add_taxonomy modules/views_taxonomy.inc 1
views_view_page ./views.module This views a view by page, and should only be used as a callback. 2
views_view_block ./views.module This views a view by block. Can be used as a callback or programmatically.
views_view_add_sort ./views.module Add sort info to a view.
views_view_add_page ./views.module Add page info to a view.
views_view_add_menu ./views.module Add menu info to a view.
views_view_add_filter ./views.module Add filter info to a view.
views_view_add_field ./views.module Add field info to a view.
views_view_add_exposed_filter ./views.module Add exposed_filter info to a view.
views_view_add_block ./views.module Add block info to a view.

Pages

Other projects