You are here

function views_handler_field_node_disqus_comment_count::query in Disqus 7

Called to add the field to a query.

Overrides views_handler_field::query

File

./disqus.views.inc, line 30
Views integration with the Disqus module.

Class

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

Code

function query() {

  // Override parent::query() without altering query.
}