function node_removed_post_updates
Same name in other branches
- 9 core/modules/node/node.post_update.php \node_removed_post_updates()
- 11.x core/modules/node/node.post_update.php \node_removed_post_updates()
Implements hook_removed_post_updates().
File
-
core/
modules/ node/ node.post_update.php, line 25
Code
function node_removed_post_updates() {
return [
'node_post_update_configure_status_field_widget' => '9.0.0',
'node_post_update_node_revision_views_data' => '9.0.0',
'node_post_update_glossary_view_published' => '10.0.0',
'node_post_update_rebuild_node_revision_routes' => '10.0.0',
'node_post_update_modify_base_field_author_override' => '10.0.0',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.