X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmigrate_plus%2Fmigrate_example%2Fconfig%2Finstall%2Fmigrate_plus.migration.beer_term.yml;h=c091b63d796012971d03dd3714a808d4ff2ed8da;hb=059867c3f96750652c80f39e44c442a58c2549ee;hp=a7ca1858cb2b0051229eb02c3ca26362e7968bff;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/modules/contrib/migrate_plus/migrate_example/config/install/migrate_plus.migration.beer_term.yml b/web/modules/contrib/migrate_plus/migrate_example/config/install/migrate_plus.migration.beer_term.yml index a7ca1858c..c091b63d7 100644 --- a/web/modules/contrib/migrate_plus/migrate_example/config/install/migrate_plus.migration.beer_term.yml +++ b/web/modules/contrib/migrate_plus/migrate_example/config/install/migrate_plus.migration.beer_term.yml @@ -12,6 +12,10 @@ label: Migrate style categories from the source database to taxonomy terms # configuration to be merged with our own configuration here). migration_group: beer +# The category or tag for the migration. +migration_tags: + - example + # Every migration must have a source plugin, which controls the delivery of our # source data. In this case, our source plugin has the name "beer_term", which # Drupal resolves to the PHP class defined in @@ -60,7 +64,7 @@ process: # IDs in map tables, and the migration plugin is the means of performing a # lookup in those map tables during processing. parent: - plugin: migration + plugin: migration_lookup # Here we reference the migration whose map table we're performing a lookup # against. You'll note that in this case we're actually referencing this # migration itself, since category parents are imported by the same