| 1 views_plugin_style.inc | views_plugin_style::even_empty() | 
Should the output of the style plugin be rendered even if it's a empty view.
File
- core/modules/ views/ plugins/ views_plugin_style.inc, line 172 
- Definition of views_plugin_style.
Class
- views_plugin_style
- Base class to define a style plugin handler.
Code
function even_empty() {
  return !empty($this->definition['even empty']);
}
