You are here

function short_answer_uninstall in Quiz 6.5

Same name and namespace in other branches
  1. 8.4 question_types/short_answer/short_answer.install \short_answer_uninstall()
  2. 6.6 question_types/short_answer/short_answer.install \short_answer_uninstall()
  3. 6.3 question_types/short_answer/short_answer.install \short_answer_uninstall()
  4. 6.4 question_types/short_answer/short_answer.install \short_answer_uninstall()
  5. 7 question_types/short_answer/short_answer.install \short_answer_uninstall()
  6. 7.4 question_types/short_answer/short_answer.install \short_answer_uninstall()

Implementation of hook_uninstall().

File

question_types/short_answer/short_answer.install, line 18
The installer file for short_answer.

Code

function short_answer_uninstall() {
  drupal_uninstall_schema('short_answer');
}