function migrate_update_last_removed in Drupal 10
Same name and namespace in other branches
- 9 core/modules/migrate/migrate.install \migrate_update_last_removed()
Implements hook_update_last_removed().
File
- core/
modules/ migrate/ migrate.install, line 11 - Contains install and update functions for Migrate.
Code
function migrate_update_last_removed() {
return 8001;
}