Functions - 7.x-3.x - views
Primary tabs
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
views_get_handler | ./ |
Fetch a handler from the data cache. | 15 | ||
views_get_localization_plugin | ./ |
Load the current enabled localization plugin. | 2 | ||
views_get_module_apis | ./ |
Get a list of modules that support the current views API. | 1 | ||
views_get_page_view | ./ |
Get page view. | 3 | ||
views_get_plugin | ./ |
Get a handler for a plugin. | 16 | ||
views_get_table_join | includes/ |
Fetch a handler to join one table to a primary table from the data cache. | 4 | ||
views_get_timezone | includes/ |
Figure out what timezone we're in; needed for some date manipulations. | 1 | ||
views_get_view | ./ |
Get a view from the database or from default views. | 19 | 1 | |
views_get_views_as_options | ./ |
Get options array. | 1 | ||
views_get_view_result | ./ |
Get the result of a view. | |||
views_handler_field_custom_pre_render_move_text | handlers/ |
Prerender function to move the textarea to the top. | 1 | ||
views_help | ./ |
Implements hook_help(). | |||
views_import_access | ./ |
Access callback to determine if the user can import Views. | 1 | ||
views_include | ./ |
Include views .inc files as necessary. | 22 | ||
views_include_handlers | ./ |
Load views files on behalf of modules. | 2 | ||
views_install | ./ |
Implements hook_install(). | |||
views_invalidate_cache | ./ |
Invalidate the views cache, forcing a rebuild on the next grab of table data. | 7 | 2 | |
views_language_list | ./ |
Returns an array of language names. | 10 | ||
views_load_display_records | ./ |
Export callback to load the view subrecords, which are the displays. | 1 | ||
views_menu | ./ |
Implements hook_menu(). | |||
views_menu_alter | ./ |
Implements hook_menu_alter(). | |||
views_module_include | ./ |
Load views files on behalf of modules. | 5 | ||
views_move_table | ./ |
Find the real location of a table. | 2 | ||
views_new_view | ./ |
Create an empty view to work with. | 1 | 1 | |
views_object_types | includes/ |
Provide a list of object types used in a view, with some info about them. | 33 | ||
views_page | ./ |
Page callback: Displays a page view, given a name and display id. | 1 | ||
views_page_alter | ./ |
Implements hook_page_alter(). | |||
views_permission | ./ |
Implements hook_permission(). | |||
views_plugin_list | ./ |
Returns a list of plugins and metadata about them. | 1 | ||
views_preprocess_comment | ./ |
Preprocess a comment. | |||
views_preprocess_html | ./ |
Implements MODULE_preprocess_HOOK() for html.tpl.php. | |||
views_preprocess_node | ./ |
Preprocess a node. | |||
views_preprocess_page | ./ |
Implements hook_preprocess_HOOK() for page.tpl.php. | |||
views_process_check_options | ./ |
Process callback to see if we need to check_plain() the options. | |||
views_query_default_aggregation_method_distinct | plugins/ |
1 | |||
views_query_default_aggregation_method_simple | plugins/ |
1 | |||
views_query_views_alter | ./ |
Implements hook_query_TAG_alter(). | 2 | ||
views_revert_allviews | drush/ |
Reverts all views. | 1 | ||
views_revert_view | drush/ |
Revert a specified view. | 2 | ||
views_revert_views | drush/ |
Callback function for views-revert command. | 1 | ||
views_save_view | ./ |
Export CRUD callback to save a view. | 1 | ||
views_schema | ./ |
Implements hook_schema(). | 11 | ||
views_schema_6000 | ./ |
Views 2's initial schema. | 1 | ||
views_schema_6003 | ./ |
Add missing unique key. | |||
views_schema_6004 | ./ |
Enlarge the views_object_cache.data column to prevent truncation and JS errors. | |||
views_schema_6005 | ./ |
Enlarge the base_table column. | |||
views_schema_6006 | ./ |
Add the cache_views_data table to support standard caching. | |||
views_schema_6008 | ./ |
Add the primary key to views_display table. | |||
views_schema_6009 | ./ |
Enlarge the views_display.display_options field to accommodate a larger set of configurations (e. g. fields, filters, etc.) on a display. | 1 | ||
views_schema_6010 | ./ |
Remove the view_php field. |
Pagination
- Previous page
- Page 5
- Next page