You are here

function uuid_sync_all in Universally Unique IDentifier 7

Generate all missing UUIDs.

4 calls to uuid_sync_all()
drush_uuid_create_missing in ./uuid.drush.inc
Drush command callback.
uuid_admin_sync_submit in ./uuid.admin.inc
Submit handler for the UUID sync.
uuid_install in ./uuid.install
Implements hook_install().
uuid_update_7102 in ./uuid.install
Ensure that the uuid and vuuid fields are added where needed.

File

./uuid.inc, line 98
Handling of universally unique identifiers.

Code

function uuid_sync_all() {
  module_invoke_all('uuid_sync');
}