You are here

function location_handler_field_location_distance::has_extra_options in Location 7.5

Same name and namespace in other branches
  1. 6.3 handlers/location_handler_field_location_distance.inc \location_handler_field_location_distance::has_extra_options()
  2. 7.3 handlers/location_handler_field_location_distance.inc \location_handler_field_location_distance::has_extra_options()
  3. 7.4 handlers/location_handler_field_location_distance.inc \location_handler_field_location_distance::has_extra_options()

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Overrides views_handler::has_extra_options

File

handlers/location_handler_field_location_distance.inc, line 25
Coordinates field handler.

Class

location_handler_field_location_distance
@file Coordinates field handler.

Code

function has_extra_options() {
  return TRUE;
}