You are here

function cms_content_sync_views_update_8002 in CMS Content Sync 2.0.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_8002()
  2. 2.1.x modules/cms_content_sync_views/cms_content_sync_views.install \cms_content_sync_views_update_8002()

Add new action configurations.

File

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

Code

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