theme_views_form_views_form |
|
theme/theme.inc |
Theme function for a View with form elements: replace the placeholders. |
|
|
theme_views_mini_pager |
|
theme/theme.inc |
Theme function for a mini pager. |
|
|
theme_views_ui_build_group_filter_form |
|
includes/admin.inc |
Theme the build group filter form. |
|
|
theme_views_ui_expose_filter_form |
|
includes/admin.inc |
Theme the expose filter form. |
|
|
theme_views_ui_rearrange_filter_form |
|
includes/admin.inc |
Turn the rearrange form into a proper table. |
|
|
theme_views_ui_rearrange_form |
|
includes/admin.inc |
Turn the rearrange form into a proper table. |
|
|
theme_views_ui_reorder_displays_form |
|
includes/admin.inc |
Turn the reorder form into a proper table. |
|
|
theme_views_ui_style_plugin_table |
|
includes/admin.inc |
Theme the form for the table style plugin. |
|
|
theme_views_ui_view_info |
|
includes/admin.inc |
Theme function; returns basic administrative information about a view. |
|
|
theme_views_ui_view_preview_section |
|
./views_ui.module |
Returns the HTML for a section of a View being previewed within the Views UI. |
|
|
theme_views_view_field |
|
theme/theme.inc |
Display a single views field. |
|
|
theme_views_view_grouping |
|
theme/theme.inc |
Display a single views grouping. |
|
|
theme_views_view_mapping_test |
|
tests/views_test.module |
Returns HTML for the Mapping Test style. |
|
|
tracker_views_data |
|
modules/tracker.views.inc |
Implements hook_views_data(). |
|
|
tracker_views_data_alter |
|
modules/tracker.views.inc |
Implements hook_views_data_alter(). |
|
|
translation_views_data_alter |
|
modules/translation.views.inc |
Implements hook_views_data_alter(). |
|
|
user_views_data |
|
modules/user.views.inc |
Implements hook_views_data(). |
|
|
user_views_plugins |
|
modules/user.views.inc |
Implements hook_views_plugins(). |
|
|
user_views_query_substitutions |
|
modules/user.views.inc |
Allow replacement of current userid so we can cache these queries. |
|
|
views_access |
|
./views.module |
Determine if the logged in user has access to a view. |
3 |
1 |
views_add_block_contextual_links |
|
./views.module |
Converts Views block content to a renderable array with contextual links. |
1 |
|
views_add_contextual_links |
|
./views.module |
Adds contextual links associated with a view display to a renderable array. |
3 |
|
views_add_css |
|
./views.module |
Include views .css files. |
|
|
views_add_js |
|
./views.module |
Include views .js files. |
3 |
|
views_admin_menu_cache_info |
|
./views.module |
Implements hook_admin_menu_cache_info(). |
|
|
views_ajax |
|
includes/ajax.inc |
Menu callback to load a view via AJAX. |
|
1 |
views_ajax_autocomplete_taxonomy |
|
includes/ajax.inc |
Page callback for views taxonomy autocomplete. |
|
1 |
views_ajax_autocomplete_user |
|
includes/ajax.inc |
Page callback for views user autocomplete. |
|
1 |
views_ajax_command_add_tab |
|
includes/ajax.inc |
Creates a Drupal AJAX 'addTab' command. |
|
|
views_ajax_command_dismiss_form |
|
includes/ajax.inc |
Creates a Drupal AJAX 'viewsDismissForm' command. |
1 |
|
views_ajax_command_hilite |
|
includes/ajax.inc |
Creates a Drupal AJAX 'viewsHilite' command. |
1 |
|
views_ajax_command_replace_title |
|
includes/ajax.inc |
Replace the page title. |
1 |
|
views_ajax_command_scroll_top |
|
includes/ajax.inc |
Scroll to top of the current view. |
1 |
|
views_ajax_command_set_form |
|
includes/ajax.inc |
Creates a Drupal AJAX 'viewsSetForm' command. |
2 |
|
views_ajax_command_show_buttons |
|
includes/ajax.inc |
Shows Save and Cancel buttons. |
1 |
|
views_ajax_command_trigger_preview |
|
includes/ajax.inc |
Trigger the Views live preview. |
1 |
|
views_ajax_error |
|
includes/ajax.inc |
Return an AJAX error. |
7 |
|
views_ajax_form_wrapper |
|
includes/ajax.inc |
Wrapper around drupal_build_form to handle some AJAX stuff automatically. |
1 |
|
views_analyze_format_result |
|
includes/analyze.inc |
Format the analyze result into a message string. |
1 |
|
views_analyze_view |
|
includes/analyze.inc |
Analyze a review and return the results. |
2 |
|
views_api_minimum_version |
|
./views.module |
Views will not load plugins advertising a version older than this. |
2 |
|
views_api_version |
|
./views.module |
Advertise the current views api version. |
5 |
|
views_arg_load |
|
./views.module |
Load a views argument. |
|
|
views_array_key_plus |
|
./views.module |
Adds one to each key of the array. |
2 |
|
views_block_configure |
|
./views.module |
Implements hook_block_configure(). |
|
|
views_block_info |
|
./views.module |
Implements hook_block_info(). |
|
|
views_block_view |
|
./views.module |
Implements hook_block_view(). |
|
|
views_break_phrase |
|
includes/handlers.inc |
Break x,y,z and x+y+z into an array. Numeric only. |
9 |
|
views_break_phrase_string |
|
includes/handlers.inc |
Break x,y,z and x+y+z into an array. Works for strings. |
3 |
|
views_cache_get |
|
includes/cache.inc |
Return data from the persistent views cache. |
3 |
|