/[drupal]/contributions/modules/topichubs/plugins/topichubs_most_comments/topichubs_most_comments.module
ViewVC logotype

Diff of /contributions/modules/topichubs/plugins/topichubs_most_comments/topichubs_most_comments.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Tue Mar 3 23:51:06 2009 UTC revision 1.1.2.1, Wed Sep 2 12:00:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id: topichubs_most_comments.module,v 1.1 2009/03/03 23:51:06 febbraro Exp $
3    
4  /**  /**
5   * Implementation of hook_topichubs_plugins().   * Implementation of hook_topichubs_plugins().
6   */   */
7  function topichubs_most_comments_topichubs_plugins() {  function topichubs_most_comments_topichubs_plugins() {
8    return array(    return array(
9      'most_comments' => array(      'most_comments' => array(
10        'title' => 'Most Comments',        'title' => 'Most Comments',
11        'description' => 'Nodes with the most comments in this Topic Hub.',        'description' => 'Nodes with the most comments in this Topic Hub.',
12        'handler' => 'topichubs_plugin_most_comments',        'handler' => 'topichubs_plugin_most_comments',
13      ),      ),
14    );    );
15  }  }
16    
17  /**  /**
18   * Declare the views version we support (and provide views)   * Declare the views version we support (and provide views)
19   */   */
20  function topichubs_most_comments_views_api() {  function topichubs_most_comments_views_api() {
21    return array('api' => 2.0);    return array('api' => 2.0);
22  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2