X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FEmptySource.php;h=0c49d048cd6d3b48c8274a781bfd52d835f70363;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=e0acc4b52e30b8a8cf226e52909c282755250bf6;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website 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 {