function getlocations_leaflet_plugin_style::options in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_leaflet/views/getlocations_leaflet_plugin_style.inc \getlocations_leaflet_plugin_style::options()
Set default options
Overrides views_object::options
File
- modules/
getlocations_leaflet/ views/ getlocations_leaflet_plugin_style.inc, line 32 - getlocations_leaflet_plugin_style.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Class
- getlocations_leaflet_plugin_style
- @file getlocations_leaflet_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;
}