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_plugin_style_table |
./views_aggregator.theme.inc |
Prepares variables for style plugin table templates. |
|
|
template_preprocess_views_aggregator_results_table |
./views_aggregator.module |
Prepares for rendering the view results as a table style. |
|
|
vap_num |
./views_aggregator_functions.inc |
Function to extract a double from a string, auto-skipping non-numeric chars. |
4 |
|
views_aggregator_average |
./views_aggregator_functions.inc |
Aggregates a field group as the average amongst its members. |
|
1 |
views_aggregator_count |
./views_aggregator_functions.inc |
Aggregates a field group as a count of the number of group members. |
|
2 |
views_aggregator_count_unique |
./views_aggregator_functions.inc |
Aggregates a field group as a count of the unique number of group members. |
|
2 |
views_aggregator_enumerate |
./views_aggregator_functions.inc |
Aggregates a field group as the enumeration of its members. |
|
2 |
views_aggregator_enumerate_raw |
./views_aggregator_functions.inc |
Aggregates a field group as the enumeration of its members. |
|
1 |
views_aggregator_first |
./views_aggregator_functions.inc |
Aggregates a field group as the first member of the group. |
|
2 |
views_aggregator_get_aggregation_functions_info |
./views_aggregator.module |
Gets all available aggregation function definitions. |
2 |
|
views_aggregator_get_cell |
./views_aggregator.module |
Returns the result value at the intersection of column and row. |
15 |
|
views_aggregator_group_and_compress |
./views_aggregator_functions.inc |
Aggregates the supplied view results into grouped rows. |
1 |
5 |
views_aggregator_group_seq_number |
views_aggregator_more_functions/views_aggregator_more_functions.module |
Replaces 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. |
|
1 |
views_aggregator_median |
./views_aggregator_functions.inc |
Aggregates a field group as the median across its members. |
|
1 |
views_aggregator_minimum |
./views_aggregator_functions.inc |
Aggregates a field group as the minimum across its members. |
|
1 |
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. |
|
1 |
views_aggregator_range_diff |
views_aggregator_more_functions/views_aggregator_more_functions.module |
Aggregates a field group as a difference between min and max. |
|
|
views_aggregator_replace |
./views_aggregator_functions.inc |
Aggregates a field group as a word, phrase or number. |
|
1 |
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. |
|
2 |
views_aggregator_tally |
./views_aggregator_functions.inc |
Aggregates a field group as the tally of its members. |
|
1 |
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_enumerate |
./views_aggregator_functions.inc |
Aggregates a field group as the enumeration of its members. |
2 |
|