function sheetnode_raw_plugin_style::init in Sheetnode 7
Same name and namespace in other branches
- 6 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()
- 7.2 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()
Initialize a style plugin.
Parameters
view $view:
object $display:
array $options: The style options might come externally as the style can be sourced from at least two locations. If it's not included, look on the display.
Overrides views_plugin_style::init
File
- views/
sheetnode_raw_plugin_style.inc, line 8 - Views raw plugin for sheetnode as a display style.
Class
- sheetnode_raw_plugin_style
- @file Views raw plugin for sheetnode as a display 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';
}