You are here

function entity_uninstall in Entity API 7

Implements hook_uninstall().

File

./entity.install, line 19
Install file for the entity API.

Code

function entity_uninstall() {

  // Delete variables.
  variable_del('entity_rebuild_on_flush');
}