1 views_plugin_style_default.inc | views_plugin_style_default::options(&$options) |
Set default options
Overrides views_object::options
File
- core/
modules/ views/ plugins/ views_plugin_style_default.inc, line 17 - Contains the default style plugin.
Class
- views_plugin_style_default
- Default style plugin to render rows one after another with no decorations.
Code
function options(&$options) {
parent::options($options);
}