You are here

function disqus_views_api in Disqus 6

Same name and namespace in other branches
  1. 8 disqus.module \disqus_views_api()
  2. 7 disqus.module \disqus_views_api()

Implementation of hook_view_api().

File

./disqus.module, line 586

Code

function disqus_views_api() {
  return array(
    'api' => 2,
  );
}