You are here

function bean_uuid_enable in Bean (for Drupal 7) 7

Implements hook_enable().

File

bean_uuid/bean_uuid.install, line 33
Bean UUID installation and schema hooks.

Code

function bean_uuid_enable() {
  uuid_sync_all();
}