You are here

public function location_handler_field_location_distance::has_extra_options in Location 7.3

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.5 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 33
Coordinates field handler.

Class

location_handler_field_location_distance

Code

public function has_extra_options() {
  return TRUE;
}