views_ajax_autocomplete_taxonomy |
modules/views/includes/ajax.inc |
Page callback for views taxonomy autocomplete. |
views_ajax_autocomplete_user |
modules/views/includes/ajax.inc |
Page callback for views user autocomplete |
views_ajax_command_add_tab |
modules/views/includes/ajax.inc |
Creates a Backdrop AJAX 'addTab' command. |
views_ajax_command_hilite |
modules/views/includes/ajax.inc |
Creates a Backdrop AJAX 'viewsHilite' command. |
views_ajax_command_replace_title |
modules/views/includes/ajax.inc |
Replace the page title. |
views_ajax_command_scroll_top |
modules/views/includes/ajax.inc |
Scroll to top of the current view. |
views_ajax_command_show_buttons |
modules/views/includes/ajax.inc |
Shows Save and Cancel buttons. |
views_ajax_command_trigger_preview |
modules/views/includes/ajax.inc |
Trigger the Views live preview. |
views_ajax_error |
modules/views/includes/ajax.inc |
Return an AJAX error. |
views_ajax_form_wrapper |
modules/views/includes/ajax.inc |
Wrapper around backdrop_build_form to handle some AJAX stuff automatically.
This makes some assumptions about the client. |
views_api_minimum_version |
modules/views/views.module |
Views will not load plugins advertising a version older than this. |
views_api_version |
modules/views/views.module |
Advertise the current views api version |
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_array_filter_zero |
modules/views/handlers/views_handler_filter.inc |
Filter by no empty values, though allow to use "0". |
views_array_key_plus |
modules/views/includes/utility.inc |
Adds one to each key of the array. |
views_autoload_info |
modules/views/views.module |
Implements hook_autoload_info(). |
views_block_info |
modules/views/views.module |
Implement hook_block_info(). |
views_break_phrase |
modules/views/includes/utility.inc |
Break x,y,z and x+y+z into an array. Numeric only. |
views_break_phrase_string |
modules/views/includes/utility.inc |
Break x,y,z and x+y+z into an array. Works for strings. |
views_cache_get |
modules/views/includes/cache.inc |
Return data from the persistent views cache. |
views_cache_set |
modules/views/includes/cache.inc |
Set a cached item in the views cache. |
views_check_perm |
modules/views/views.module |
Access callback for the views_plugin_access_perm access plugin. |
views_check_roles |
modules/views/views.module |
Access callback for the views_plugin_access_role access plugin. |
views_clean_css_identifier Deprecated |
includes/drupal.inc |
Drupal-compatible wrapper for creating safe CSS identifiers. |
views_config_info |
modules/views/views.module |
Implements hook_config_info(). |
_views_create_handler |
modules/views/includes/utility.inc |
Instantiate and construct a new handler |
_views_data_process_entity_types |
modules/views/includes/cache.inc |
Links tables having an 'entity type' specified to the respective, generic
entity-type tables. |
views_date_sql_extract |
modules/views/includes/utility.inc |
Helper function to create cross-database SQL date extraction. |
views_date_sql_field |
modules/views/includes/utility.inc |
Helper function to create cross-database SQL dates. |
views_date_sql_format |
modules/views/includes/utility.inc |
Helper function to create cross-database SQL date formatting. |
views_discover_plugins |
modules/views/includes/utility.inc |
Builds and return a list of all plugins available in the system. |
views_element_validate_tags |
modules/views/plugins/views_plugin_query_default.inc |
Validation callback for query tags. |
views_embed_view |
modules/views/views.module |
Embed a view using a PHP snippet. |
views_exposed_form |
modules/views/views.module |
Form builder for the exposed widgets form. |
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_fetch_base_tables |
modules/views_ui/views_ui.admin.inc |
Fetch a list of all base tables available |
_views_fetch_data |
modules/views/includes/cache.inc |
Fetch Views' data from the cache. |
views_fetch_data |
modules/views/views.module |
Fetch Views' data from the cache |
_views_fetch_data_build |
modules/views/includes/cache.inc |
Build and set the views data cache if empty. |
views_fetch_fields |
modules/views/includes/utility.inc |
Fetch a list of all fields available for a given base type. |
_views_fetch_plugin_data |
modules/views/includes/cache.inc |
Fetch the plugin data from cache. |
views_fetch_plugin_data |
modules/views/views.module |
Fetch the plugin data from cache. |
views_fetch_plugin_names |
modules/views/views.module |
Fetch a list of all base tables available |
views_field_create_instance |
modules/views/views.module |
Implements hook_field_create_instance. |
views_field_delete_instance |
modules/views/views.module |
Implements hook_field_delete_instance. |
views_field_update_instance |
modules/views/views.module |
Implements hook_field_update_instance. |
_views_file_status |
modules/system/views/system.views.inc |
|
_views_find_module_templates |
modules/views/views.module |
Scans a directory of a module for template files. |