You are here

function node_removed_post_updates in Drupal 9

Same name and namespace in other branches
  1. 10 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 13
Post update functions for Node.

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',
  ];
}