hook_views_aggregation_functions_info |
./views_aggregator.api.php |
Define your own group and column aggregation functions. |
|
|
hook_views_aggregation_functions_info_alter |
./views_aggregator.api.php |
Alter existing aggregation functions. |
|
|
template_preprocess_views_aggregator_results_table |
./views_aggregator.module |
Prepare to render the view results as a table style. |
|
|
theme_views_aggregator_plugin_style_table |
views/theme_views_aggregator_plugin_style_table.inc |
Theme the form for the table style plugin. |
|
|
vap_num |
./views_aggregator_functions.inc |
Function to extract a double from a string, auto-skipping non-numeric chars. |
5 |
|
views_aggregator_average |
./views_aggregator_functions.inc |
Aggregates a field group as the average amongst its members. |
|
|
views_aggregator_count |
./views_aggregator_functions.inc |
Aggregates a field group as a count of the number of group members. |
|
|
views_aggregator_enumerate |
./views_aggregator_functions.inc |
Aggregates a field group as the enumeration of its members. |
|
|
views_aggregator_enumerate_raw |
./views_aggregator_functions.inc |
Aggregates a field group as the enumeration of its members. |
|
|
views_aggregator_expression |
./views_aggregator_functions.inc |
Aggregates a field in the column aggregation row as a math. expression. |
|
|
views_aggregator_first |
./views_aggregator_functions.inc |
Aggregates a field group as the first member of the group. |
|
1 |
views_aggregator_get_aggregation_functions_info |
./views_aggregator.module |
Get all available aggregation function definitions. |
2 |
|
views_aggregator_get_cell |
./views_aggregator.module |
Returns the result value at the intersection of column and row. |
13 |
|
views_aggregator_group_and_compress |
./views_aggregator_functions.inc |
Aggregates the supplied view results into grouped rows. |
1 |
3 |
views_aggregator_group_seq_number |
views_aggregator_more_functions/views_aggregator_more_functions.module |
Replace the cell by the group sequence number (resulting table row number). |
|
|
views_aggregator_help |
./views_aggregator.module |
Implements hook_help(). |
|
|
views_aggregator_maximum |
./views_aggregator_functions.inc |
Aggregates a field group as the maximum across its members. |
|
|
views_aggregator_median |
./views_aggregator_functions.inc |
Aggregates a field group as the median across its members. |
|
|
views_aggregator_minimum |
./views_aggregator_functions.inc |
Aggregates a field group as the minimum across its members. |
|
|
views_aggregator_more_functions_views_aggregation_functions_info |
views_aggregator_more_functions/views_aggregator_more_functions.module |
Implements hook_views_aggregation_functions_info(). |
|
|
views_aggregator_percentage |
views_aggregator_more_functions/views_aggregator_more_functions.module |
Aggregates a field group total as the percentage of the column total. |
|
|
views_aggregator_range |
./views_aggregator_functions.inc |
Aggregates a field group as a range. Example: 5.5 - 14.9. |
|
|
views_aggregator_replace |
./views_aggregator_functions.inc |
Aggregates a field group as a word, phrase or number. |
|
|
views_aggregator_row_filter |
./views_aggregator_functions.inc |
Keeps only the groups that match the regular expression filter. |
1 |
3 |
views_aggregator_sum |
./views_aggregator_functions.inc |
Aggregates a field group as the sum of its members. |
|
1 |
views_aggregator_tally |
./views_aggregator_functions.inc |
Aggregates a field group as the tally of its members. |
|
|
views_aggregator_theme |
./views_aggregator.module |
Implements hook_theme(). |
|
|
views_aggregator_views_aggregation_functions_info |
./views_aggregator_functions.inc |
Implements hook_views_aggregation_functions_info(). |
|
|
views_aggregator_views_api |
./views_aggregator.module |
Implements hook_views_api(). |
|
|
views_aggregator_views_plugins |
views/views_aggregator.views.inc |
Implements hook_views_plugins(). |
|
|
_views_aggregator_enumerate |
./views_aggregator_functions.inc |
Aggregates a field group as the enumeration of its members. |
2 |
|