You are here

function advanced_forum_views_api in Advanced Forum 7.2

Same name and namespace in other branches
  1. 6.2 advanced_forum.module \advanced_forum_views_api()

Implements hook_views_api().

File

./advanced_forum.module, line 526
Enables the look and feel of other popular forum software.

Code

function advanced_forum_views_api() {
  return array(
    'api' => '3.0-alpha1',
    'path' => drupal_get_path('module', 'advanced_forum') . '/includes/views',
  );
}