function getlocations_plugin_style_map::even_empty in Get Locations 6
Same name and namespace in other branches
- 6.2 getlocations_plugin_style_map.inc \getlocations_plugin_style_map::even_empty()
- 7.2 views/getlocations_plugin_style_map.inc \getlocations_plugin_style_map::even_empty()
- 7 views/getlocations_plugin_style_map.inc \getlocations_plugin_style_map::even_empty()
File
- ./
getlocations_plugin_style_map.inc, line 270 - Contains the getlocations style plugin.
Class
- getlocations_plugin_style_map
- Getlocations style plugin to render rows as icons on a map.
Code
function even_empty() {
return parent::even_empty() || !empty($this->options['empty_result']);
}