You are here

public function fasttoggle_comment_views_handler_field_comment_link::options_form in Fasttoggle 7

Default options form provides the label widget that all fields should have.

Overrides views_handler_field_comment_link::options_form

File

module/fasttoggle_comment/views/fasttoggle_comment_views_handler_field_comment_link.inc, line 31

Class

fasttoggle_comment_views_handler_field_comment_link
Fasttoggle field views handler field comment link.

Code

public function options_form(&$form, &$form_state) {
  parent::options_form($form, $form_state);
  unset($form['text']);
}