function getlocations_mapquest_plugin_style::options in Get Locations 7
Same name and namespace in other branches
- 7.2 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;
}