| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 139 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
views_plugin_row:: (9 methods):
init()
uses_fields()
option_definition()
options_form()
options_validate()
options_submit()
query()
pre_render()
render()
Class: views_plugin_row - X-Ref
Default plugin to view a single row of a table. This is really just a wrapper around| init(&$view, &$display, $options = NULL) X-Ref |
| Initialize the row plugin. |
| uses_fields() X-Ref |
| No description |
| option_definition() X-Ref |
| No description |
| options_form(&$form, &$form_state) X-Ref |
| Provide a form for setting options. |
| options_validate($form, &$form_state) X-Ref |
| Validate the options form. |
| options_submit($form, &$form_state) X-Ref |
| Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
| query() X-Ref |
| No description |
| pre_render($result) X-Ref |
| Allow the style to do stuff before each row is rendered. param: $result |
| render($row) X-Ref |
| Render a row object. This usually passes through to a theme template of some form, but not always. |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |