Name Locationsort descending Description
views_language_list core/modules/views/views.module Returns an array of language names.
views_flush_caches core/modules/views/views.module Implements hook_flush_caches().
views_field_create_instance core/modules/views/views.module Implements hook_field_create_instance.
views_field_update_instance core/modules/views/views.module Implements hook_field_update_instance.
views_field_delete_instance core/modules/views/views.module Implements hook_field_delete_instance.
views_invalidate_cache core/modules/views/views.module Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_import_access core/modules/views/views.module Access callback to determine if the user can import Views.
views_access core/modules/views/views.module Determine if the logged in user has access to a view.
views_check_perm core/modules/views/views.module Access callback for the views_plugin_access_perm access plugin.
views_check_roles core/modules/views/views.module Access callback for the views_plugin_access_role access plugin.
views_set_page_view core/modules/views/views.module Set the current 'page view' that is being displayed so that it is easy for other modules or the theme to identify.
views_get_page_view core/modules/views/views.module Find out what, if any, page view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
_views_str_replace_recursive core/modules/views/views.module Callback for performing a string replacement via array_walk_recursive().
views_set_current_view core/modules/views/views.module Set the current 'current view' that is being built/rendered so that it is easy for other modules to identify.
views_get_current_view core/modules/views/views.module Find out what, if any, current view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
views_include core/modules/views/views.module Include views .inc files as necessary.
views_module_include core/modules/views/views.module Load views files on behalf of modules.
views_get_module_apis core/modules/views/views.module Get a list of modules that support the current views API.
views_add_css core/modules/views/views.module Include views .css files.
views_add_js core/modules/views/views.module Include views .js files.
views_include_handlers core/modules/views/views.module Load views files on behalf of modules.
views_get_handler core/modules/views/views.module Fetch a handler from the data cache.
views_fetch_data core/modules/views/views.module Fetch Views' data from the cache
views_fetch_plugin_data core/modules/views/views.module Fetch the plugin data from cache.
views_fetch_plugin_names core/modules/views/views.module Fetch a list of all base tables available
views_get_plugin core/modules/views/views.module Get a handler for a plugin
views_new_view core/modules/views/views.module Create an empty view to work with.
views_get_applicable_views 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.
views_get_all_views core/modules/views/views.module Return an array of all views as fully loaded $view objects.
views_get_enabled_views core/modules/views/views.module Returns an array of all enabled views, as fully loaded $view objects.
views_get_disabled_views core/modules/views/views.module Returns an array of all disabled views, as fully loaded $view objects.
views_get_views_as_options core/modules/views/views.module Return an array of view as options array, that can be used by select, checkboxes and radios as #options.
views_view_is_enabled core/modules/views/views.module Returns TRUE if a view is enabled, FALSE otherwise.
views_view_is_disabled core/modules/views/views.module Returns TRUE if a view is disabled, FALSE otherwise.
views_get_view core/modules/views/views.module Get a view from the database or from default views.
views_move_table core/modules/views/views.module Find the real location of a table.
views_view_has_form_elements core/modules/views/views.module Returns TRUE if the passed-in view contains handlers with views form implementations, FALSE otherwise.
views_form 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…
views_form_views_form core/modules/views/views.module Callback for the main step of a Views form. Invoked by views_form().
views_form_views_form_validate 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.
views_form_views_form_submit 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.
views_exposed_form core/modules/views/views.module Form builder for the exposed widgets form.
views_form_views_exposed_form_alter core/modules/views/views.module Implement hook_form_alter for the exposed form.
views_exposed_form_validate core/modules/views/views.module Validate handler for exposed filters
views_exposed_form_submit core/modules/views/views.module Submit handler for exposed filters
views_exposed_form_cache core/modules/views/views.module Save the Views exposed form for later use.
views_theme_functions core/modules/views/views.module Build a list of theme function names for use most everywhere.
views_views_query_substitutions core/modules/views/views.module Substitute current time; this works with cached queries.
views_query_views_alter core/modules/views/views.module Implements hook_query_TAG_alter().
_views_query_tag_alter_condition core/modules/views/views.module Replaces the substitutions recursive foreach condition.

Pages