X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2Fd8%2FConfig.php;h=c396b7677deeef83729ebdfd30b79528e212d0f7;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=8d8338776db102487853b17eb2b6c8f0edb57372;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php index 8d8338776..c396b7677 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php +++ b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php @@ -9,7 +9,8 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase; * Drupal config source from database. * * @MigrateSource( - * id = "d8_config" + * id = "d8_config", + * source_module = "system", * ) */ class Config extends DrupalSqlBase {