Name Locationsort ascending Description
views_form_id core/modules/views/views.module Returns a form ID for a Views form using the name and display of the View.
views_api_minimum_version core/modules/views/views.module Views will not load plugins advertising a version older than this.
views_theme core/modules/views/views.module Implement hook_theme(). Register views theme functions.
_views_find_module_templates core/modules/views/views.module Scans a directory of a module for template files.
views_plugin_list core/modules/views/views.module Returns a list of plugins and metadata about them.
views_preprocess_node core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_preprocess_comment core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_permission core/modules/views/views.module Implement hook_permission().
views_menu core/modules/views/views.module Implement hook_menu().
views_menu_alter core/modules/views/views.module Implement hook_menu_alter().
views_arg_load 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 core/modules/views/views.module Page callback: Displays a page view, given a name and display id.
views_preprocess_layout core/modules/views/views.module Implements hook_preprocess_layout().
views_block_info core/modules/views/views.module Implement hook_block_info().
views_add_contextual_links core/modules/views/views.module Adds contextual links associated with a view display to a renderable array.
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.

Pages