| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 296 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
views_groupby_handler_field_groupfields:: (8 methods):
construct()
options_form()
_get_views_fields()
_get_relationships()
_unique_to_alias()
_fix_settings_array()
query()
render()
Class: views_groupby_handler_field_groupfields - X-Ref
Field handler| construct() X-Ref |
| Constructor to provide additional field to add. This constructer assumes the calais_term table. If using another table, we'll need to be more specific. |
| options_form(&$form, &$form_state) X-Ref |
| Provide link to taxonomy option |
| _get_views_fields($just_aliases=FALSE) X-Ref |
| No description |
| _get_relationships() X-Ref |
| No description |
| _unique_to_alias($unique_id) X-Ref |
| This may only be called from query() function because field aliases are not generated prior to that in the lifecycle (e.g. in the options_form function). |
| _fix_settings_array($from_array) X-Ref |
| When settings arrays are saved by option forms, field aliases are not yet available, in the Views lifecycle, so we save settings using "id" fields. Before we can use them in a query, we have to transform back to sql aliases. This is what this function does. |
| query() X-Ref |
| Rewrite query to include aggregation |
| render($values) X-Ref |
| No description |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |