function uuid_modules_installed in Universally Unique IDentifier 7
Implements hook_modules_installed().
File
- ./
uuid.install, line 111 - Install, update and uninstall functions for the uuid module.
Code
function uuid_modules_installed($modules) {
// Run the installation hook. This makes sure that the schema for all
// supported core entity types is set correct.
uuid_install();
}