You are here

Functions in Views (for Drupal 7) 8.3

Primary tabs

Namesort descending Location Description Direct uses Strings
views_api_minimum_version ./views.module Views will not load plugins advertising a version older than this. 1
views_api_version ./views.module Advertise the current views api version 2
views_arg_load ./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_array_key_plus ./views.module Adds one to each key of the array. 1
views_block_info ./views.module Implement hook_block_info().
views_block_view ./views.module Implement hook_block_view().
views_cache_flush ./views.module Implements hook_cache_flush().
views_cache_get includes/cache.inc Return data from the persistent views cache. 3
views_cache_set includes/cache.inc Set a cached item in the views cache. 3
views_check_perm ./views.module Access callback for the views_plugin_access_perm access plugin. 1 1
views_check_roles ./views.module Access callback for the views_plugin_access_role access plugin. 1 1
views_contextual_links_view_alter ./views.module Implements hook_contextual_links_view_alter().
views_core_modules ./views.module Returns a list of Drupal core modules. 4
views_create_view ./views.module Creates a view from an array of values. 1
views_disable_view ./views.module Disables a view. 1
views_element_info ./views.module Implements hook_element_info().
views_element_validate_tags ./views.module Validation callback for query tags. 1
views_embed_view ./views.module Embed a view using a PHP snippet.
views_enable_view ./views.module Enables a view. 1
views_entity_info ./views.module Implements hook_entity_info().
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 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 views_ui/admin.inc Fetch a list of all base tables available 3
views_fetch_data ./views.module Fetch Views' data from the cache 25
views_fetch_fields views_ui/admin.inc Fetch a list of all fields available for a given base type. 6
views_fetch_plugin_names ./views.module Fetch a list of all base tables available 6
views_field_create_instance ./views.module Implements hook_field_create_instance.
views_field_delete_instance ./views.module Implements hook_field_delete_instance.
views_field_update_instance ./views.module Implements hook_field_update_instance.
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_views_exposed_form_alter ./views.module Implement hook_form_alter for the exposed form.
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. 9
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. 1
views_get_disabled_views ./views.module Returns an array of all disabled views, as fully loaded $view objects. 1
views_get_enabled_display_extenders ./views.module Get enabled display extenders. 3
views_get_enabled_views ./views.module Returns an array of all enabled views, as fully loaded $view objects. 2
views_get_handler ./views.module Fetch a handler from the data cache. 15
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. 3
views_get_plugin ./views.module Get an instance of a plugin. 16
views_get_plugin_definition ./views.module Gets the plugin definition from a plugin type with a specific ID. 5
views_get_plugin_definitions ./views.module Gets all the views plugin definitions. 8
views_get_view ./views.module Loads a view from configuration. 47 1

Pages

Other projects