You are here

function cms_content_sync_views_update_8003 in CMS Content Sync 2.1.x

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

Add new action configurations.

File

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

Code

function cms_content_sync_views_update_8003() {
  $configsNames = [
    'system.action.import_status_entity',
    'system.action.export_status_entity',
  ];
  _cms_content_sync_views_update_config($configsNames);
  return 'Added new configurations for views bulk operations.';
}