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', ]; }