function cms_content_sync_views_update_8002 in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x modules/cms_content_sync_views/cms_content_sync_views.install \cms_content_sync_views_update_8002()
- 2.0.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 54 - 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.';
}