You are here

public function views_content_plugin_display_ctools_context::get_style_type in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 views_content/plugins/views/views_content_plugin_display_ctools_context.inc \views_content_plugin_display_ctools_context::get_style_type()

Displays can require a certain type of style plugin.

By default, they will be 'normal'.

Overrides views_plugin_display::get_style_type

File

views_content/plugins/views/views_content_plugin_display_ctools_context.inc, line 21
Contains the block display plugin.

Class

views_content_plugin_display_ctools_context
The plugin that handles a block.

Code

public function get_style_type() {
  return 'context';
}