You are here

function getlocations_plugin_style_map::even_empty in Get Locations 6

Same name and namespace in other branches
  1. 6.2 getlocations_plugin_style_map.inc \getlocations_plugin_style_map::even_empty()
  2. 7.2 views/getlocations_plugin_style_map.inc \getlocations_plugin_style_map::even_empty()
  3. 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']);
}