You are here

function date_plugin_display_attachment::get_style_type in Date 6

Same name and namespace in other branches
  1. 6.2 includes/date_plugin_display_attachment.inc \date_plugin_display_attachment::get_style_type()
  2. 7 date_views/includes/date_plugin_display_attachment.inc \date_plugin_display_attachment::get_style_type()

File

./date_api.views.inc, line 418
Defines date-related Views data and plugins:

Class

date_plugin_display_attachment
The plugin that handles date navigation attachments.

Code

function get_style_type() {
  return 'date_nav';
}