[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/views/plugins/ -> views_plugin_row.inc (summary)

(no description)

File Size: 140 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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
a theme function.

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: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7