function cms_content_sync_update_8005 in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x cms_content_sync.install \cms_content_sync_update_8005()
- 2.0.x cms_content_sync.install \cms_content_sync_update_8005()
Update the module weight.
File
- ./
cms_content_sync.install, line 457 - Install file for cms_content_sync.
Code
function cms_content_sync_update_8005(&$sandbox) {
_cms_content_sync_set_module_weight();
return 'Updated module weight to execute hooks after most other modules.';
}