You are here

function sheetnode_raw_plugin_style::init in Sheetnode 7.2

Same name and namespace in other branches
  1. 6 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()
  2. 7 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()

Initialise raw plugin style.

Overrides views_plugin_style::init

File

views/sheetnode_raw_plugin_style.inc, line 16
Views raw plugin for sheetnode as a display style.

Class

sheetnode_raw_plugin_style
Extension for raw sheetnode plugin style.

Code

function init(&$view, &$display, $options = NULL) {
  parent::init($view, $display, $options = NULL);
  $this->feed_image = drupal_get_path('module', 'sheetnode') . '/images/socialtext.png';
}