| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 723 lines (24 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| _views_theme_functions($hook, $view, $display = NULL) X-Ref |
| Provide a full array of possible themes to try for a given hook. param: $hook param: $view param: $display |
| template_preprocess_views_view(&$vars) X-Ref |
| Preprocess the primary theme implementation for a view. |
| template_preprocess_views_view_fields(&$vars) X-Ref |
| Preprocess theme function to print a single record from a row, with fields |
| theme_views_view_field($view, $field, $row) X-Ref |
| Display a single views field. Interesting bits of info: $field->field_alias says what the raw value in $row will be. Reach it like this: @code { $row->{$field->field_alias} @endcode |
| template_preprocess_views_view_field(&$vars) X-Ref |
| Process a single field within a view. This preprocess function isn't normally run, as a function is used by default, for performance. However, by creating a template, this preprocess should get picked up. |
| template_preprocess_views_view_summary(&$vars) X-Ref |
| Preprocess theme function to print a single record from a row, with fields |
| template_preprocess_views_view_summary_unformatted(&$vars) X-Ref |
| Template preprocess theme function to print summary basically unformatted. |
| template_preprocess_views_view_table(&$vars) X-Ref |
| Display a view as a table style. |
| template_preprocess_views_view_grid(&$vars) X-Ref |
| Display a view as a grid style. |
| template_preprocess_views_view_unformatted(&$vars) X-Ref |
| Display the simple view of rows one after another |
| template_preprocess_views_view_list(&$vars) X-Ref |
| Display the view as an HTML list element |
| template_preprocess_views_view_rss(&$vars) X-Ref |
| Preprocess an RSS feed |
| template_preprocess_views_view_row_rss(&$vars) X-Ref |
| Default theme function for all RSS rows. |
| template_preprocess_views_exposed_form(&$vars) X-Ref |
| Default theme function for all filter forms. |
| theme_views_mini_pager($tags = array() X-Ref |
| No description |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |