function views_plugin_style_table::even_empty
Same name in other branches
- 6.x-3.x plugins/views_plugin_style_table.inc \views_plugin_style_table::even_empty()
Overrides views_plugin_style::even_empty
File
-
plugins/
views_plugin_style_table.inc, line 321
Class
- views_plugin_style_table
- Style plugin to render each item as a row in a table.
Code
public function even_empty() {
return parent::even_empty() || !empty($this->options['empty_table']);
}