You are here

Functions in Views Summarize 7

Primary tabs

Namesort descending Location Description Direct uses Strings
template_preprocess_views_summarize_views_tablesummarized ./views_summarize.module Display a view as a table summary.
theme_views_summarize_plugin_style_tablesummarized ./views_summarize.module Theme the form for the table style plugin
theme_views_summarize_type_average ./views_summarize.module Theme: Total value for an average column w/empty data values included.
theme_views_summarize_type_average_no_empties ./views_summarize.module Theme: Total value for an average column w/empty data values excluded.
theme_views_summarize_type_count ./views_summarize.module Theme: Total number of non-empty values in this column
theme_views_summarize_type_currency ./views_summarize.module Theme: Total value for a currency amount
theme_views_summarize_type_none ./views_summarize.module Theme: No summary for this column
theme_views_summarize_type_range ./views_summarize.module Theme: Maximum and minimum values in this column
theme_views_summarize_type_spread ./views_summarize.module Theme: Spread table for a column
theme_views_summarize_type_total ./views_summarize.module Theme: Total value for a numeric column
views_summarize_get_handlers ./views_summarize.module List all of the handlers 1
views_summarize_theme ./views_summarize.module
views_summarize_views_api ./views_summarize.module Implementation of hook_views_api().
views_summarize_views_plugins ./views_summarize.views.inc Implementation of hook_views_plugins().
_views_summarize_get_cleaned_value ./views_summarize.module Gets the record's value after stripping invalid characters. 4
_views_summarize_get_formatted_summary ./views_summarize.module Gets the summary's formatted result. 4
_views_summarize_get_format_settings ./views_summarize.module Gets the field's settings for formatting a number. 1
_views_summarize_get_prefix_suffix ./views_summarize.module Gets the prefix and suffix for a summary's output, if they exist. 1
_views_summarize_type_count_filter ./views_summarize.module Checks whether the given value is set (i.e., not null) or not. 1

Other projects