You are here

function getlocations_mapquest_plugin_style::even_empty in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_mapquest/views/getlocations_mapquest_plugin_style.inc \getlocations_mapquest_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_mapquest/views/getlocations_mapquest_plugin_style.inc, line 256
getlocations_mapquest_plugin_style.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Class

getlocations_mapquest_plugin_style
@file getlocations_mapquest_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']);
}