function weight_plugin_style::render in Weight 6
File
- views/
weight_plugin_style.inc, line 88 - Sort handler for Weight module.
Class
- weight_plugin_style
- @file Sort handler for Weight module.
Code
function render() {
$this
->render_fields($this->view->result);
$form_id = 'weight_view_weight_form_' . $this->view->name . '_' . $this->view->current_display;
return drupal_get_form($form_id, $this->view, $this->rendered_fields);
}