You are here

Functions in Views (for Drupal 7) 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
views_discover_plugins includes/plugins.inc Builds and return a list of all plugins available in the system. 1
views_drush_cache_clear drush/views.drush.inc Adds a cache clear option for views.
views_drush_command drush/views.drush.inc Implement hook_drush_command().
views_drush_help drush/views.drush.inc Implement hook_drush_help().
views_drush_revert_allviews drush/views.drush.inc Reverts all views 1
views_drush_revert_view drush/views.drush.inc Reverts a specified view 2
views_drush_revert_views drush/views.drush.inc Callback function for views-revert command. 1
views_embed_view ./views.module Embed a view using a PHP snippet.
views_export_export views_export/views_export.module Page callback to export views in bulk. 1
views_export_export_form views_export/views_export.module Form to choose a group of views to export. 1
views_export_export_form_apply views_export/views_export.module 1
views_export_export_form_submit views_export/views_export.module
views_export_menu views_export/views_export.module Implementation of hook_menu().
views_export_perm views_export/views_export.module Implementation of hook_perm().
views_export_theme views_export/views_export.module
views_exposed_form ./views.module Form builder for the exposed widgets form. 1
views_exposed_form_cache ./views.module Save the Views exposed form for later use. 1
views_exposed_form_submit ./views.module Submit handler for exposed filters
views_exposed_form_validate ./views.module Validate handler for exposed filters
views_fetch_base_tables includes/admin.inc Fetch a list of all base tables available 3
views_fetch_data ./views.module Fetch Views' data from the cache 11
views_fetch_fields includes/admin.inc Fetch a list of all fields available for a given base type. 2
views_fetch_handler_data includes/handlers.inc Fetch the handler data from cache. 1
views_fetch_plugin_data ./views.module Fetch the plugin data from cache. 15
views_fetch_plugin_names includes/admin.inc Fetch a list of all base tables available 4
views_flush_caches ./views.module Implementation of hook_flush_caches().
views_form ./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… 4
views_forms ./views.module Implements hook_forms().
views_form_id ./views.module Returns a form ID for a Views form using the name and display of the View. 1
views_form_submit ./views.module The basic form submit handler. Fires the hook_views_form_submit() function. 2
views_form_validate ./views.module The basic form validate handler. Fires the hook_views_form_validate() function. 2
views_form_views_form ./views.module Callback for the main step of a Views form. Invoked by views_form(). 1
views_form_views_form_submit ./views.module Submit handler for the first step of the views form. Calls any existing views_form_submit functions located on the views fields. 1
views_form_views_form_validate ./views.module Validate handler for the first step of the views form. Calls any existing views_form_validate functions located on the views fields. 1
views_get_all_views ./views.module Return an array of all views as fully loaded $view objects. 10
views_get_applicable_views ./views.module Return a list of all views and display IDs that have a particular setting in their display's plugin settings. 1
views_get_current_view ./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. 2
views_get_default_view ./views.module Get a view from the default views defined by modules. 1
views_get_handler ./views.module Fetch a handler from the data cache. 14
views_get_localization_plugin ./views.module Load the current enabled localization plugin. 2
views_get_module_apis ./views.module Get a list of modules that support the current views API. 2
views_get_page_view ./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. 2
views_get_plugin ./views.module Get a handler for a plugin 14
views_get_table_join includes/handlers.inc Fetch a handler to join one table to a primary table from the data cache 4
views_get_timezone includes/handlers.inc Figure out what timezone we're in; needed for some date manipulations. 1
views_get_view ./views.module Get a view from the database or from default views. 11
views_get_view_result ./views.module Get the result of a view.
views_import_access ./views.module Access callback to determine if the user can import Views. 1
views_include ./views.module Include views .inc files as necessary. 27
views_include_default_views ./views.module Load default views files on behalf of modules. 1

Pages

Other projects