1 views_plugin_display.inc | views_plugin_display::get_style_type() |
Displays can require a certain type of style plugin. By default, they will be 'normal'.
File
- core/
modules/ views/ plugins/ views_plugin_display.inc, line 2711 - Contains the base display plugin.
Class
- views_plugin_display
- The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
Code
function get_style_type() {
return 'normal';
}