You are here

function cms_content_sync_views_update_8005 in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 2.0.x modules/cms_content_sync_views/cms_content_sync_views.install \cms_content_sync_views_update_8005()

Add action to push to Sync Core v2.

File

modules/cms_content_sync_views/cms_content_sync_views.install, line 32
Install file for cms_content_sync_views.

Code

function cms_content_sync_views_update_8005() {
  $configsNames = [
    'system.action.push_status_entity_to_v2',
  ];
  _cms_content_sync_views_update_config($configsNames);
  return 'Added new configuration to manually push to Sync Core v2.';
}