function migrate_drupal_removed_post_updates

Same name and namespace in other branches
  1. 10 core/modules/migrate_drupal/migrate_drupal.post_update.php \migrate_drupal_removed_post_updates()

Implements hook_removed_post_updates().

File

core/modules/migrate_drupal/migrate_drupal.post_update.php, line 11

Code

function migrate_drupal_removed_post_updates() {
    return [
        'migrate_drupal_post_update_uninstall_multilingual' => '10.0.0',
    ];
}

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