function update_test_postupdate_removed_post_updates

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php \update_test_postupdate_removed_post_updates()
  2. 10 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php \update_test_postupdate_removed_post_updates()
  3. 11.x 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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.