You are here

function smart_ip_views_bridge_handler_field_zip::options_form in Smart IP 6.2

Same name and namespace in other branches
  1. 6 modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_zip.inc \smart_ip_views_bridge_handler_field_zip::options_form()
  2. 7.2 modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_zip.inc \smart_ip_views_bridge_handler_field_zip::options_form()

File

modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_zip.inc, line 24
Contains the 'smart_ip_views_bridge_handler_field_zip' field handler.

Class

smart_ip_views_bridge_handler_field_zip
Field handler to display visitor's zip.

Code

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