taxonomy_term_stub_test.yml
Same filename in other branches
- 9 core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml
- 8.9.x core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml
- 10 core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml
File
-
core/
modules/ taxonomy/ tests/ modules/ taxonomy_term_stub_test/ migrations/ taxonomy_term_stub_test.yml
View source
- id: taxonomy_term_stub_test
- label: Taxonomy term stub
- migration_tags:
- - Import and rollback test
- source:
- plugin: embedded_data
- data_rows:
- -
- id: 1
- vocab: 1
- name: music
- parent: 2
- ids:
- id:
- type: integer
- process:
- tid: id
- vid: vocab
- name: name
- weight: weight
- parent:
- plugin: migration_lookup
- migration: taxonomy_term_stub_test
- source: parent
- destination:
- plugin: entity:taxonomy_term
- migration_dependencies:
- required:
- - vocabularies
- provider:
- - migrate_drupal
- - taxonomy
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.