function cms_content_sync_update_8002 in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x cms_content_sync.install \cms_content_sync_update_8002()
- 2.0.x cms_content_sync.install \cms_content_sync_update_8002()
Implements hook_update_N();.
Add the new REST interface for manual import.
File
- ./
cms_content_sync.install, line 490 - Install file for cms_content_sync.
Code
function cms_content_sync_update_8002(&$sandbox) {
_cms_content_sync_update_config([
'rest.resource.cms_content_sync_import_entity',
]);
return 'Installed manual entity import functionality.';
}