You are here

function multichoice_views_api in Quiz 7.6

Same name and namespace in other branches
  1. 7.5 question_types/multichoice/multichoice.module \multichoice_views_api()

Implements hook_views_api().

File

question_types/multichoice/multichoice.module, line 155
The main file for multichoice.

Code

function multichoice_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'multichoice'),
  );
}