X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FEmptySource.php;h=c3add91a6b791b59572ef9ce44820794278213c4;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=09f8a95792b4a8825b7e03f1a1fb858dbae1fe2f;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php b/web/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php index 09f8a9579..c3add91a6 100644 --- a/web/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php +++ b/web/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php @@ -19,7 +19,8 @@ namespace Drupal\migrate\Plugin\migrate\source; * elements, with values of 'user' and 'image', respectively. * * @MigrateSource( - * id = "empty" + * id = "empty", + * source_module = "migrate" * ) */ class EmptySource extends SourcePluginBase {