You are here

function footnotes_views_handler_field_body_content::init in Footnotes 7.2

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

Init the handler with necessary data.

Parameters

view $view: The $view object this handler is attached to.

array $options: The item from the database; the actual contents of this will vary based upon the type of handler.

Overrides footnotes_views_handler_field::init

File

./footnotes_views_handler_field_body_content.inc, line 9
Views handler for the body content.

Class

footnotes_views_handler_field_body_content
@file Views handler for the body content.

Code

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