function migrate_removed_post_updates in Drupal 10
Implements hook_removed_post_updates().
File
- core/
modules/ migrate/ migrate.post_update.php, line 11 - Post update functions for migrate.
Code
function migrate_removed_post_updates() {
return [
'migrate_post_update_clear_migrate_source_count_cache' => '10.0.0',
];
}