function content_moderation_removed_post_updates
Same name in other branches
- 9 core/modules/content_moderation/content_moderation.post_update.php \content_moderation_removed_post_updates()
- 10 core/modules/content_moderation/content_moderation.post_update.php \content_moderation_removed_post_updates()
Implements hook_removed_post_updates().
File
-
core/
modules/ content_moderation/ content_moderation.post_update.php, line 11
Code
function content_moderation_removed_post_updates() : array {
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',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.