Search for groupby_form
| Title | Object type | File name | Summary |
|---|---|---|---|
| views_handler::groupby_form | function | includes/ |
Provide a form for aggregation settings. |
| views_handler::groupby_form_submit | function | includes/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
| views_handler_field_field::groupby_form | function | modules/ |
Extend the groupby form with group columns. |
| views_handler_field_field::groupby_form_submit | function | modules/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |