Name Locationsort descending Description
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.
views_embed_view core/modules/views/views.module Embed a view using a PHP snippet.
views_get_view_result core/modules/views/views.module Get the result of a view.
views_process_check_options core/modules/views/views.module #process callback to see if we need to check_plain() the options.
views_object_types core/modules/views/views.module Provide a list of views object types used in a view.
views_views_api core/modules/views/views.module Implements hook_views_api().
views_config_info core/modules/views/views.module Implements hook_config_info().
views_autoload_info core/modules/views/views.module Implements hook_autoload_info().
views_module_implements_alter core/modules/views/views.module Implements hook_module_implements_alter().
_views_tokenized_clean_css_identifier core/modules/views/views.module Cleans a CSS identifier, taking into account views tokenization.
views_get_localization_plugin core/modules/views/views.module Load the current enabled localization plugin.
views_token_info core/modules/views/views.tokens.inc Implements hook_token_info().
views_tokens core/modules/views/views.tokens.inc Implements hook_tokens().
views_ui_config_item_form_add_group core/modules/views_ui/views_ui.admin.inc Add a new group to the exposed filter groups.
views_ui_config_item_form core/modules/views_ui/views_ui.admin.inc Form to config_item items in the views UI.
views_ui_config_item_form_validate core/modules/views_ui/views_ui.admin.inc Submit handler for configing new item(s) to a view.

Pages