You are here

function geolocation_proximity_views_handler_field_distance::has_extra_options in Geolocation Proximity 7.2

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/geolocation_proximity_views_handler_field_distance.inc, line 71
Definition of geolocation_proximity_views_handler_field_distance.

Class

geolocation_proximity_views_handler_field_distance
Distance field handler for views.

Code

function has_extra_options() {
  return TRUE;
}