taxonomy_term_stub_test.yml in Drupal 9
Same filename and directory in other branches
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.ymlView 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