You are here

function date_plugin_display_attachment::get_style_type in Date 7

Same name and namespace in other branches
  1. 6.2 includes/date_plugin_display_attachment.inc \date_plugin_display_attachment::get_style_type()
  2. 6 date_api.views.inc \date_plugin_display_attachment::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

date_views/includes/date_plugin_display_attachment.inc, line 17
Views display plugin for Date API.

Class

date_plugin_display_attachment
The plugin that handles date navigation attachments.

Code

function get_style_type() {
  return 'date_nav';
}