You are here

Functions in Views Summarize 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_views_summarize_handlers ./views_summarize.api.php Declares a summary for use by the Views summarize module.
template_preprocess_views_summarize_views_tablesummarized ./views_summarize.module Displays a view as a table summary.
theme_views_summarize_plugin_style_tablesummarized ./views_summarize.module Themes the form for the display style plugin.
theme_views_summarize_type_average ./views_summarize.module Themes the average of the values in the column.
theme_views_summarize_type_count ./views_summarize.module Themes the count of values in the column.
theme_views_summarize_type_none ./views_summarize.module Themes a no summary for the column.
theme_views_summarize_type_range ./views_summarize.module Themes the minimum and maximum values in the column.
theme_views_summarize_type_spread ./views_summarize.module Themes a spread table for the values in the column.
theme_views_summarize_type_total ./views_summarize.module Themes the total of the values in the column.
theme_views_summarize_type_unique ./views_summarize.module Themes the number of unique values in the column.
views_summarize_get_handlers ./views_summarize.module Returns a list of the available handlers. 1
views_summarize_theme ./views_summarize.module Implements hook_theme().
views_summarize_update_7201 ./views_summarize.install Updates Views Summarize settings on displays using that style.
views_summarize_update_7202 ./views_summarize.install Changes the machine names of views_summarize handlers in any existing views.
views_summarize_update_7203 ./views_summarize.install Updates average summaries to use the new Include empty values setting.
views_summarize_views_api ./views_summarize.module Implements hook_views_api().
views_summarize_views_plugins ./views_summarize.views.inc Implements hook_views_plugins().
views_summarize_views_summarize_handlers ./views_summarize.module Implements hook_views_summarize_handlers().
_views_summarize_array_filter ./views_summarize.module Checks whether the given value is set (i.e., not null) or not. 2
_views_summarize_get_cleaned_value ./views_summarize.module Gets the record's value after stripping invalid characters. 3
_views_summarize_get_formatted_summary ./views_summarize.module Gets the summary's formatted result. 3
_views_summarize_get_header ./views_summarize.module Gets the record's value after stripping invalid characters. 6
_views_summarize_get_summary_output ./views_summarize.module Gets the prefix and suffix for a summary's output, if they exist. 5

Other projects