summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/migrate_drupal/migrate_drupal.post_update.php
blob: 9acb888abc83b42d7085a89251535c269ce4c2fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * @file
 * Post update functions for Migrate Drupal.
 */

/**
 * Implements hook_removed_post_updates().
 */
function migrate_drupal_removed_post_updates(): array {
  return [
    'migrate_drupal_post_update_uninstall_multilingual' => '10.0.0',
  ];
}