You are here

function footnotes_views_handler_field_body_footnotes::init in Footnotes 6.2

Same name and namespace in other branches
  1. 7.3 footnotes_views_handler_field_body_footnotes.inc \footnotes_views_handler_field_body_footnotes::init()
  2. 7.2 footnotes_views_handler_field_body_footnotes.inc \footnotes_views_handler_field_body_footnotes::init()

Overrides footnotes_views_handler_field::init

File

./footnotes_views_handler_field_body_footnotes.inc, line 9
Views handler for the body footnotes.

Class

footnotes_views_handler_field_body_footnotes
@file Views handler for the body footnotes.

Code

function init(&$view, $options) {
  parent::init($view, $options);
}