You are here

function getlocations_leaflet_plugin_style::even_empty in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_leaflet/views/getlocations_leaflet_plugin_style.inc \getlocations_leaflet_plugin_style::even_empty()

Should the output of the style plugin be rendered even if it's empty.

Overrides views_plugin_style::even_empty

File

modules/getlocations_leaflet/views/getlocations_leaflet_plugin_style.inc, line 319
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 even_empty() {
  return parent::even_empty() || !empty($this->options['empty_result']);
}