diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/ContentEntity.php b/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/ContentEntity.php index b9826be..4c2689b 100644 --- a/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/ContentEntity.php +++ b/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/ContentEntity.php @@ -16,7 +16,7 @@ * * @MigrateSource( * id = "entity", - * source_provider = "migrate_drupal", + * source_module = "migrate_drupal", * deriver = "\Drupal\migrate_drupal\Plugin\migrate\source\d8\ContentEntityDeriver", * ) */