X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FEmptySource.php;fp=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FEmptySource.php;h=0c49d048cd6d3b48c8274a781bfd52d835f70363;hp=e0acc4b52e30b8a8cf226e52909c282755250bf6;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php index e0acc4b52..0c49d048c 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php +++ b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php @@ -14,7 +14,8 @@ use Drupal\Core\Plugin\ContainerFactoryPluginInterface; * Source returning an empty row with Drupal specific config dependencies. * * @MigrateSource( - * id = "md_empty" + * id = "md_empty", + * source_module = "system", * ) */ class EmptySource extends BaseEmptySource implements ContainerFactoryPluginInterface, DependentPluginInterface {