You are here

function getlocations_mapquest_plugin_style::options in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_mapquest/views/getlocations_mapquest_plugin_style.inc \getlocations_mapquest_plugin_style::options()

Set default options

Overrides views_object::options

File

modules/getlocations_mapquest/views/getlocations_mapquest_plugin_style.inc, line 32
getlocations_mapquest_plugin_style.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Class

getlocations_mapquest_plugin_style
@file getlocations_mapquest_plugin_style.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

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