You are here

function leaflet_views_plugin_style::even_empty in Leaflet 7

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

Overrides views_plugin_style::even_empty

File

leaflet_views/leaflet_views_plugin_style.inc, line 368
Extension of the Views Plugin Style for Leaflet Map Adapted from the GeoField Map views module and the OpenLayers Views module.

Class

leaflet_views_plugin_style
@file Extension of the Views Plugin Style for Leaflet Map Adapted from the GeoField Map views module and the OpenLayers Views module.

Code

function even_empty() {
  return !$this->options['hide_empty'];
}