views_plugin_style_summary::query |
core/modules/views/plugins/views_plugin_style_summary.inc |
Add anything to the query that we might need to. |
views_plugin_style_summary::render |
core/modules/views/plugins/views_plugin_style_summary.inc |
Render the display in this style. |
views_plugin_style_summary_jump_menu::options_form |
core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Provide a form to edit options for this plugin. |
views_plugin_style_summary_jump_menu::option_definition |
core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_style_summary_jump_menu::query |
core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Add anything to the query that we might need to. |
views_plugin_style_summary_jump_menu::render |
core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Render the display in this style. |
views_plugin_style_summary_unformatted::options_form |
core/modules/views/plugins/views_plugin_style_summary_unformatted.inc |
Provide a form to edit options for this plugin. |
views_plugin_style_summary_unformatted::option_definition |
core/modules/views/plugins/views_plugin_style_summary_unformatted.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_style_table::build_sort |
core/modules/views/plugins/views_plugin_style_table.inc |
Determine if we should provide sorting based upon $_GET inputs |
views_plugin_style_table::build_sort_post |
core/modules/views/plugins/views_plugin_style_table.inc |
Add our actual sort criteria |
views_plugin_style_table::even_empty |
core/modules/views/plugins/views_plugin_style_table.inc |
Should the output of the style plugin be rendered even if it's a empty view. |
views_plugin_style_table::options_form |
core/modules/views/plugins/views_plugin_style_table.inc |
Render the given style. |
views_plugin_style_table::option_definition |
core/modules/views/plugins/views_plugin_style_table.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_style_table::sanitize_columns |
core/modules/views/plugins/views_plugin_style_table.inc |
Normalize a list of columns based upon the fields that are
available. This compares the fields stored in the style handler
to the list of fields actually in the view, removing fields that
have been removed and adding new fields in their own column. |
views_preprocess_comment |
core/modules/views/views.module |
A theme preprocess function to automatically allow view-based node
templates if called from a view. |
views_preprocess_layout |
core/modules/views/views.module |
Implements hook_preprocess_layout(). |
views_preprocess_node |
core/modules/views/views.module |
A theme preprocess function to automatically allow view-based node
templates if called from a view. |
views_process_check_options |
core/modules/views/views.module |
#process callback to see if we need to check_plain() the options. |
views_query_default_aggregation_method_distinct |
core/modules/views/plugins/views_plugin_query_default.inc |
|
views_query_default_aggregation_method_simple |
core/modules/views/plugins/views_plugin_query_default.inc |
|
views_query_views_alter |
core/modules/views/views.module |
Implements hook_query_TAG_alter(). |
views_schema |
core/modules/views/views.install |
Implements hook_schema(). |
views_set_current_view |
core/modules/views/views.module |
Set the current 'current view' that is being built/rendered so that it is
easy for other modules to identify. |
views_set_page_view |
core/modules/views/views.module |
Set the current 'page view' that is being displayed so that it is easy
for other modules or the theme to identify. |
views_taxonomy_set_breadcrumb |
core/modules/taxonomy/views/taxonomy.views.inc |
Helper function to set a breadcrumb for taxonomy. |
views_test_autoload_info |
core/modules/views/tests/views_test/views_test.module |
Implements hook_autoload_info(). |
views_test_entity_autoload_info |
core/modules/views/tests/views_test_entity/views_test_entity.module |
Implements hook_autoload_info(). |
views_test_entity_entity_info |
core/modules/views/tests/views_test_entity/views_test_entity.module |
Implements hook_entity_info(). |
views_test_permission |
core/modules/views/tests/views_test/views_test.module |
Implements hook_permission(). |
views_test_plugin_access_test_dynamic::access |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc |
Determine if the current user has access or not. |
views_test_plugin_access_test_dynamic::get_access_callback |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc |
Determine the access callback and arguments. |
views_test_plugin_access_test_dynamic::option_definition |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc |
Retrieve the options when this is a new access
control plugin |
views_test_plugin_access_test_static::access |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Determine if the current user has access or not. |
views_test_plugin_access_test_static::get_access_callback |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Determine the access callback and arguments. |
views_test_plugin_access_test_static::option_definition |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Retrieve the options when this is a new access
control plugin |
views_test_plugin_style_test_mapping::define_mapping |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc |
Overrides views_plugin_style_mapping::define_mapping(). |
views_test_plugin_style_test_mapping::filter_numeric_fields |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc |
Restricts the allowed fields to only numeric fields. |
views_test_schema |
core/modules/views/tests/views_test/views_test.install |
Implements hook_schema(). |
views_test_test_dynamic_access_callback |
core/modules/views/tests/views_test/views_test.module |
|
views_test_test_static_access_callback |
core/modules/views/tests/views_test/views_test.module |
|
views_test_views_api |
core/modules/views/tests/views_test/views_test.module |
Implements hook_views_api(). |
views_test_views_data |
core/modules/views/tests/views_test/views_test.module |
Implements hook_views_data(). |
views_test_views_plugins |
core/modules/views/tests/views_test/views_test.module |
Implements hook_views_plugins(). |
views_test_views_pre_render |
core/modules/views/tests/views_test/views_test.module |
Implements hook_views_pre_render(). |
views_theme |
core/modules/views/views.module |
Implement hook_theme(). Register views theme functions. |
views_theme_functions |
core/modules/views/views.module |
Build a list of theme function names for use most everywhere. |
views_tokens |
core/modules/views/views.tokens.inc |
Implements hook_tokens(). |
views_token_info |
core/modules/views/views.tokens.inc |
Implements hook_token_info(). |
views_trim_text |
core/modules/views/includes/utility.inc |
Trim the field down to the specified length. |
views_ui_add_admin_css |
core/modules/views_ui/views_ui.admin.inc |
Adds standard Views administration CSS to the current page. |