Skip to content

Instantly share code, notes, and snippets.

@junaidpv
Created July 26, 2022 13:59
Show Gist options
  • Save junaidpv/8115db03359e344815b62d82eedf47f0 to your computer and use it in GitHub Desktop.
Save junaidpv/8115db03359e344815b62d82eedf47f0 to your computer and use it in GitHub Desktop.
diff --git a/inline_entity_form.module b/inline_entity_form.module
index 8f6b69d90fb978e6e5759b70b5a55b6bd70beee4..fcc973e1dc3c2dfc8200cf5b2711f61e4518b592 100644
--- a/inline_entity_form.module
+++ b/inline_entity_form.module
@@ -476,11 +476,3 @@ function inline_entity_form_migrate_prepare_row(Row $row, MigrateSourceInterface
\Drupal::classResolver(MigrationHelper::class)
->alterRow($row, $source, $migration);
}
-
-/**
- * Implements hook_migration_plugins_alter().
- */
-function inline_entity_form_migration_plugins_alter(array &$migrations) {
- \Drupal::classResolver(MigrationHelper::class)
- ->alterPlugins($migrations);
-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment