You are here

function update_test_postupdate_removed_post_updates in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php \update_test_postupdate_removed_post_updates()
  2. 9 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php \update_test_postupdate_removed_post_updates()

Implements hook_removed_post_updates().

File

core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php, line 74
Post update functions for test module.

Code

function update_test_postupdate_removed_post_updates() {
  return [
    'update_test_postupdate_post_update_foo' => '8.x-1.0',
    'update_test_postupdate_post_update_bar' => '8.x-2.0',
    'update_test_postupdate_post_update_pub' => '3.0.0',
    'update_test_postupdate_post_update_baz' => '3.0.0',
  ];
}