You are here

function multichoice_views_api in Quiz 7.5

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

Implements hook_views_api().

File

question_types/multichoice/multichoice.module, line 155
Multiplechoice question type for the Quiz module.

Code

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