taxonomy_settings.yml

Same filename in other branches
  1. 9 core/modules/taxonomy/migrations/taxonomy_settings.yml
  2. 8.9.x core/modules/taxonomy/migrations/taxonomy_settings.yml
  3. 10 core/modules/taxonomy/migrations/taxonomy_settings.yml
core/modules/taxonomy/migrations/taxonomy_settings.yml

File

core/modules/taxonomy/migrations/taxonomy_settings.yml

View source
  1. id: taxonomy_settings
  2. label: Taxonomy configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: variable
  9. variables:
  10. - taxonomy_override_selector
  11. - taxonomy_terms_per_page_admin
  12. - taxonomy_maintain_index_table
  13. source_module: taxonomy
  14. process:
  15. override_selector: taxonomy_override_selector
  16. terms_per_page_admin: taxonomy_terms_per_page_admin
  17. maintain_index_table:
  18. plugin: default_value
  19. default_value: true
  20. source: taxonomy_maintain_index_table
  21. destination:
  22. plugin: config
  23. config_name: taxonomy.settings

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.