function drupal_migrate_post_update_clear_migrate_field_plugin_cache in Drupal 8
Force MigrateField plugin definitions to be cleared.
See also
https://www.drupal.org/node/3006470
File
- core/
modules/ migrate_drupal/ migrate_drupal.post_update.php, line 13 - Post update functions for migrate_drupal.
Code
function drupal_migrate_post_update_clear_migrate_field_plugin_cache() {
// Empty post-update hook.
}