views_block_info |
core/modules/views/views.module |
Implement hook_block_info(). |
views_break_phrase |
core/modules/views/includes/utility.inc |
Break x,y,z and x+y+z into an array. Numeric only. |
views_break_phrase_string |
core/modules/views/includes/utility.inc |
Break x,y,z and x+y+z into an array. Works for strings. |
views_cache_get |
core/modules/views/includes/cache.inc |
Return data from the persistent views cache. |
views_cache_set |
core/modules/views/includes/cache.inc |
Set a cached item in the views cache. |
views_check_perm |
core/modules/views/views.module |
Access callback for the views_plugin_access_perm access plugin. |
views_check_roles |
core/modules/views/views.module |
Access callback for the views_plugin_access_role access plugin. |
views_clean_css_identifier Deprecated |
core/includes/drupal.inc |
Drupal-compatible wrapper for creating safe CSS identifiers. |
views_config_info |
core/modules/views/views.module |
Implements hook_config_info(). |
views_date_sql_extract |
core/modules/views/includes/utility.inc |
Helper function to create cross-database SQL date extraction. |
views_date_sql_field |
core/modules/views/includes/utility.inc |
Helper function to create cross-database SQL dates. |
views_date_sql_format |
core/modules/views/includes/utility.inc |
Helper function to create cross-database SQL date formatting. |
views_discover_plugins |
core/modules/views/includes/utility.inc |
Builds and return a list of all plugins available in the system. |
views_display::__construct |
core/modules/views/includes/view.inc |
|
views_element_validate_tags |
core/modules/views/plugins/views_plugin_query_default.inc |
Validation callback for query tags. |
views_embed_view |
core/modules/views/views.module |
Embed a view using a PHP snippet. |
views_exposed_form |
core/modules/views/views.module |
Form builder for the exposed widgets form. |
views_exposed_form_cache |
core/modules/views/views.module |
Save the Views exposed form for later use. |
views_exposed_form_submit |
core/modules/views/views.module |
Submit handler for exposed filters |
views_exposed_form_validate |
core/modules/views/views.module |
Validate handler for exposed filters |
views_fetch_base_tables |
core/modules/views_ui/views_ui.admin.inc |
Fetch a list of all base tables available |
views_fetch_data |
core/modules/views/views.module |
Fetch Views' data from the cache |
views_fetch_fields |
core/modules/views/includes/utility.inc |
Fetch a list of all fields available for a given base type. |
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_field_create_instance |
core/modules/views/views.module |
Implements hook_field_create_instance. |
views_field_delete_instance |
core/modules/views/views.module |
Implements hook_field_delete_instance. |
views_field_update_instance |
core/modules/views/views.module |
Implements hook_field_update_instance. |
views_flush_caches |
core/modules/views/views.module |
Implements hook_flush_caches(). |
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_forms |
core/modules/views/views.module |
Implements hook_forms(). |
views_form_id |
core/modules/views/views.module |
Returns a form ID for a Views form using the name and display of the View. |
views_form_views_exposed_form_alter |
core/modules/views/views.module |
Implement hook_form_alter for the exposed form. |
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_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_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_get_all_views |
core/modules/views/views.module |
Return an array of all views as fully loaded $view objects. |
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_current_view |
core/modules/views/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. |
views_get_disabled_views |
core/modules/views/views.module |
Returns an array of all disabled views, as fully loaded $view objects. |
views_get_enabled_display_extenders |
core/modules/views/includes/utility.inc |
Get enabled display extenders. |
views_get_enabled_views |
core/modules/views/views.module |
Returns an array of all enabled views, as fully loaded $view objects. |
views_get_handler |
core/modules/views/views.module |
Fetch a handler from the data cache. |
views_get_localization_plugin |
core/modules/views/views.module |
Load the current enabled localization plugin. |
views_get_module_apis |
core/modules/views/views.module |
Get a list of modules that support the current views API. |
views_get_page_view |
core/modules/views/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. |
views_get_plugin |
core/modules/views/views.module |
Get a handler for a plugin |
views_get_table_join |
core/modules/views/includes/utility.inc |
Fetch a handler to join one table to a primary table from the data cache |
views_get_timezone |
core/modules/views/includes/utility.inc |
Figure out what timezone we're in; needed for some date manipulations. |
views_get_view |
core/modules/views/views.module |
Get a view from the database or from default views. |