You are here

function lingotek_views_handler_workbench_link::options_form in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.5 lingotek_views_handler_workbench_link.inc \lingotek_views_handler_workbench_link::options_form()
  2. 7.6 lingotek_views_handler_workbench_link.inc \lingotek_views_handler_workbench_link::options_form()

Implements views_handler#options_form().

Overrides views_handler_field::options_form

File

./lingotek_views_handler_workbench_link.inc, line 29

Class

lingotek_views_handler_workbench_link
A handler to link to the Lingotek Workbench.

Code

function options_form(&$form, &$form_state) {
  parent::options_form($form, $form_state);
  $form['custom_label']['#default_value'] = FALSE;
  $form['label']['#default_value'] = '';
}