Primary tabs

Namesort descending Location Description Direct uses Strings
_views_create_menu_item ./views.module Helper function to add a menu item for a view. 1
_views_delete_view ./views.module Delete a view from the database. 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_get_arguments_default ./views_ui.module Select box entries for argument defaults. 1
_views_get_default_view ./views_ui.module 1
_views_get_default_views ./views_cache.inc Build default view information from all modules and cache it. 7
_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_filters ./views_cache.inc Gets the filter information; if it doesn't exist, call the function that constructs all that. 8
_views_get_query ./views_cache.inc 1
_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_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_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_timezone ./views.module Figure out what timezone we're in; needed for some date manipulations. 6
_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_load_view ./views.module Load a view from the database. (deprecated; use views_load_view in favor of this function). 3
_views_menu_item ./views.module Helper function to create a menu item for a view. 1
_views_menu_type ./views.module Determine what menu type a view needs to use. 1
_views_move_bottom ./views_ui.module Move an item to the end of an array.
_views_move_down ./views_ui.module Move an item down in an array.
_views_move_top ./views_ui.module Move an item to the front of an array.
_views_move_up ./views_ui.module Move an item up in an array.
_views_save_view ./views.module Save a view to the database. 1
_views_sortorders ./views_ui.module Select box entries for sort ordering. 1
_views_sort_arrays ./views_cache.inc sort callback
_views_swap ./views_ui.module Swap two items in an array. 2
_views_ui_help_add ./views_ui.module
_views_view_build_arg ./views_query.inc 1
_views_view_build_fields ./views_query.inc 1
_views_view_build_filters ./views_query.inc 1
_views_view_build_sorts ./views_query.inc 1
_views_view_fields ./views.module Provide all the fields in a view. 1

Pages

Other projects