You are here

function entity_reference_multiple_uninstall in Entity Reference Multiple 7

Same name and namespace in other branches
  1. 7.2 entity_reference_multiple.install \entity_reference_multiple_uninstall()

Implements hook_uninstall().

File

./entity_reference_multiple.install, line 57
Install, update, and uninstall functions for the Entity Reference Multiple.

Code

function entity_reference_multiple_uninstall() {
  variable_del('entity_reference_multiple:base-tables');
}