You are here

function getlocations_plugin_style_map::options in Get Locations 7

Same name and namespace in other branches
  1. 6.2 getlocations_plugin_style_map.inc \getlocations_plugin_style_map::options()
  2. 6 getlocations_plugin_style_map.inc \getlocations_plugin_style_map::options()
  3. 7.2 views/getlocations_plugin_style_map.inc \getlocations_plugin_style_map::options()

Set default options

Overrides views_object::options

File

views/getlocations_plugin_style_map.inc, line 37
getlocations_plugin_style_map.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Class

getlocations_plugin_style_map
Getlocations style plugin to render rows as icons on a map.

Code

function options(&$options) {
  parent::options($options);
  $options['empty_result'] = FALSE;
}