You are here

function lingotek_views_handler_workbench_link::options_form in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.4 lingotek_views_handler_workbench_link.inc \lingotek_views_handler_workbench_link::options_form()
  2. 7.5 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 30
A handler to link to the Lingotek Workbench.

Class

lingotek_views_handler_workbench_link
@file 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'] = '';
}