X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FVariableMultiRow.php;h=47d575c533710c52ffaa05c18fbe51db6828ae77;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=61da5eb30a1dcd69566dfe3e44f1b7f567a380e1;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php index 61da5eb30..47d575c53 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php +++ b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php @@ -11,7 +11,8 @@ use Drupal\migrate\Row; * variable. * * @MigrateSource( - * id = "variable_multirow" + * id = "variable_multirow", + * source_module = "system", * ) */ class VariableMultiRow extends DrupalSqlBase {