You are here

function views_handler_field_node_disqus_comments::init in Disqus 6

File

include/views_handler_field_node_disqus_comments.inc, line 6

Class

views_handler_field_node_disqus_comments
Field handler to present the number of Disqus comments on a node.

Code

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