You are here

function smart_ip_views_bridge_handler_field_city::option_definition in Smart IP 6

Same name and namespace in other branches
  1. 6.2 modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_city.inc \smart_ip_views_bridge_handler_field_city::option_definition()
  2. 7.2 modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_city.inc \smart_ip_views_bridge_handler_field_city::option_definition()

File

modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_city.inc, line 19
Contains the 'smart_ip_views_bridge_handler_field_city' field handler.

Class

smart_ip_views_bridge_handler_field_city
Field handler to display visitor's city.

Code

function option_definition() {
  $options = parent::option_definition();
  return $options;
}