You are here

function commons_answers_views_api in Drupal Commons 6.2

Implementation of hook_views_api().

File

modules/features/commons_answers/commons_answers.features.inc, line 16

Code

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