You are here

function addthis_handler_field_service_links::options_form in AddThis 7.2

Same name and namespace in other branches
  1. 6.2 addthis_handler_field_service_links.inc \addthis_handler_field_service_links::options_form()

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

Overrides views_handler_field::options_form

File

./addthis_handler_field_service_links.inc, line 26

Class

addthis_handler_field_service_links
A handler to provide an AddThis field for a particular node.

Code

function options_form(&$form, &$form_state) {
  parent::options_form($form, $form_state);

  // Remove the alteration stuff
  unset($form['alter']);
}