
| Current Path : /var/www/html/rocksensor3/web/core/modules/content_moderation/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor3/web/core/modules/content_moderation/content_moderation.post_update.php |
<?php
/**
* @file
* Post update functions for the Content Moderation module.
*/
/**
* Implements hook_removed_post_updates().
*/
function content_moderation_removed_post_updates() {
return [
'content_moderation_post_update_update_cms_default_revisions' => '9.0.0',
'content_moderation_post_update_set_default_moderation_state' => '9.0.0',
'content_moderation_post_update_set_views_filter_latest_translation_affected_revision' => '9.0.0',
'content_moderation_post_update_entity_display_dependencies' => '9.0.0',
'content_moderation_post_update_views_field_plugin_id' => '9.0.0',
];
}