You are here

function cms_content_sync_update_8002 in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 cms_content_sync.install \cms_content_sync_update_8002()
  2. 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 555
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.';
}