You are here

function short_answer_uninstall in Quiz 8.4

Same name and namespace in other branches
  1. 6.6 question_types/short_answer/short_answer.install \short_answer_uninstall()
  2. 6.3 question_types/short_answer/short_answer.install \short_answer_uninstall()
  3. 6.4 question_types/short_answer/short_answer.install \short_answer_uninstall()
  4. 6.5 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()

Implements hook_uninstall().

File

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

Code

function short_answer_uninstall() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_uninstall_schema('short_answer')
}