TRUE); return $options; } function options_form(&$form, &$form_state) { $form['score'] = array( '#type' => 'checkbox', '#title' => t('Display score'), '#default_value' => $this->options['score'], ); } /** * Override the behavior of the render() function. */ function render($row) { return theme($this->theme_functions(), $this->view, $this->options, $row); } }