function module_test_modules_uninstalled in Drupal 7
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/module_test/module_test.module \module_test_modules_uninstalled()
- 9 core/modules/system/tests/modules/module_test/module_test.module \module_test_modules_uninstalled()
- 10 core/modules/system/tests/modules/module_test/module_test.module \module_test_modules_uninstalled()
Implements hook_modules_uninstalled().
File
- modules/
simpletest/ tests/ module_test.module, line 127
Code
function module_test_modules_uninstalled($modules) {
// Record the ordered list of modules that were passed in to this hook so we
// can check that the modules were uninstalled in the correct sequence.
variable_set('test_module_uninstall_order', $modules);
}