You are here

function addthis_handler_field_service_links::options_form in AddThis 6.2

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

File

./addthis_handler_field_service_links.inc, line 27
A handler to provide an AddThis field for a particular node.

Class

addthis_handler_field_service_links
@file 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']);
}