You are here

function getlocations_fields_handler_argument_bbox::option_definition in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_fields/handlers/getlocations_fields_handler_argument_bbox.inc \getlocations_fields_handler_argument_bbox::option_definition()

Filter options definition.

Overrides views_handler_argument::option_definition

File

modules/getlocations_fields/handlers/getlocations_fields_handler_argument_bbox.inc, line 21
getlocations_fields_handler_argument_bbox.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Class

getlocations_fields_handler_argument_bbox
Argument handler to accept bbox

Code

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