You are here

function migrate_drupal_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/migrate_drupal/migrate_drupal.install, line 13
Contains install and update functions for Migrate Drupal.

Code

function migrate_drupal_update_last_removed() {
  return 8601;
}