Contains filters are case sensitive
Name Locationsort descending Description
views_module_include modules/views/views.module Load views files on behalf of modules.
views_get_module_apis modules/views/views.module Get a list of modules that support the current views API.
views_get_applicable_views 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_new_view modules/views/views.module Create an empty view to work with.
views_get_localization_plugin modules/views/views.module Load the current enabled localization plugin.
views_get_all_views modules/views/views.module Return an array of all views as fully loaded $view objects.
views_get_plugin modules/views/views.module Get a handler for a plugin
views_fetch_plugin_names modules/views/views.module Fetch a list of all base tables available
views_fetch_plugin_data modules/views/views.module Fetch the plugin data from cache.
views_fetch_data modules/views/views.module Fetch Views' data from the cache
views_get_handler modules/views/views.module Fetch a handler from the data cache.
views_include_handlers modules/views/views.module Load views files on behalf of modules.
views_get_enabled_views modules/views/views.module Returns an array of all enabled views, as fully loaded $view objects.
views_add_js modules/views/views.module Include views .js files.
views_get_view_result modules/views/views.module Get the result of a view.
views_embed_view modules/views/views.module Embed a view using a PHP snippet.
_views_query_tag_alter_condition modules/views/views.module Replaces the substitutions recursive foreach condition.
views_query_views_alter modules/views/views.module Implements hook_query_TAG_alter().
views_views_query_substitutions modules/views/views.module Substitute current time; this works with cached queries.
views_theme_functions modules/views/views.module Build a list of theme function names for use most everywhere.
views_exposed_form_cache modules/views/views.module Save the Views exposed form for later use.
views_exposed_form_submit modules/views/views.module Submit handler for exposed filters
views_exposed_form_validate modules/views/views.module Validate handler for exposed filters
views_form_views_exposed_form_alter modules/views/views.module Implement hook_form_alter for the exposed form.
views_exposed_form modules/views/views.module Form builder for the exposed widgets form.
views_form_views_form_submit 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_form_views_form_validate 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 modules/views/views.module Callback for the main step of a Views form. Invoked by views_form().
views_form 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_api_version modules/views/views.module Advertise the current views api version
_views_tokenized_clean_css_identifier modules/views/views.module Cleans a CSS identifier, taking into account views tokenization.
views_config_info modules/views/views.module Implements hook_config_info().
views_object_types modules/views/views.module Provide a list of views object types used in a view.
views_api_minimum_version modules/views/views.module Views will not load plugins advertising a version older than this.
views_theme modules/views/views.module Implement hook_theme(). Register views theme functions.
_views_find_module_templates modules/views/views.module Scans a directory of a module for template files.
views_plugin_list modules/views/views.module Returns a list of plugins and metadata about them.
views_preprocess_node modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_preprocess_comment modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_form_id modules/views/views.module Returns a form ID for a Views form using the name and display of the View.
views_permission modules/views/views.module Implement hook_permission().
views_menu modules/views/views.module Implement hook_menu().
views_menu_alter modules/views/views.module Implement hook_menu_alter().
views_arg_load 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 modules/views/views.module Page callback: Displays a page view, given a name and display id.
views_forms modules/views/views.module Implements hook_forms().
views_preprocess_layout modules/views/views.module Implements hook_preprocess_layout().
views_block_info modules/views/views.module Implement hook_block_info().
views_add_contextual_links modules/views/views.module Adds contextual links associated with a view display to a renderable array.
views_language_list modules/views/views.module Returns an array of language names.

Pages