You are here

d7_filter_format.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/filter/migration_templates/d7_filter_format.yml
core/modules/filter/migration_templates/d7_filter_format.yml

File

core/modules/filter/migration_templates/d7_filter_format.yml
View source
  1. id: d7_filter_format
  2. label: Filter format configuration
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_filter_format
  7. process:
  8. format: format
  9. name: name
  10. cache: cache
  11. filters:
  12. plugin: iterator
  13. source: filters
  14. key: '@id'
  15. process:
  16. id:
  17. plugin: static_map
  18. bypass: true
  19. source: name
  20. map:
  21. php_code: filter_null
  22. settings:
  23. plugin: filter_settings
  24. source: settings
  25. status:
  26. plugin: default_value
  27. default_value: true
  28. destination:
  29. plugin: entity:filter_format