diff --git a/core/modules/forum/src/Plugin/migrate/process/ForumVocabulary.php b/core/modules/forum/src/Plugin/migrate/process/ForumVocabulary.php deleted file mode 100644 index 2295f96..0000000 --- a/core/modules/forum/src/Plugin/migrate/process/ForumVocabulary.php +++ /dev/null @@ -1,26 +0,0 @@ -getSourceProperty('forum_vocabulary')) { - $value = 'taxonomy_forums'; - } - return $value; - } - -} diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php b/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php index bd5eae1..4bba0c8 100644 --- a/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php +++ b/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php @@ -44,8 +44,8 @@ protected function getEntityCounts() { 'contact_form' => 5, 'configurable_language' => 5, 'editor' => 2, - 'field_config' => 72, - 'field_storage_config' => 48, + 'field_config' => 71, + 'field_storage_config' => 47, 'file' => 7, 'filter_format' => 7, 'image_style' => 5, diff --git a/core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php b/core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php new file mode 100644 index 0000000..db99652 --- /dev/null +++ b/core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php @@ -0,0 +1,26 @@ +getSourceProperty('forum_vocabulary')) { + $value = 'taxonomy_forums'; + } + return $value; + } + +}