You are here

customfilter_migrate.yml in Custom filter 2.0.x

migrations/customfilter_migrate.yml

File

migrations/customfilter_migrate.yml
View source
  1. id: customfilter_migrate
  2. dependencies:
  3. module:
  4. - customfilter
  5. label: Custom filter
  6. migration_tags:
  7. - Drupal 6
  8. - Drupal 7
  9. source:
  10. plugin: customfilter_migration_source
  11. source_module: customfilter
  12. process:
  13. id: type
  14. name: name
  15. cache: cache
  16. description: description
  17. shorttip: shorttip
  18. longtip: longtip
  19. rules:
  20. plugin: sub_process
  21. source: rules
  22. key: rid
  23. process:
  24. fid: type
  25. prid: prid
  26. rid: rid
  27. name: name
  28. description: description
  29. enabled: enabled
  30. matches: matches
  31. pattern: pattern
  32. replacement: replacement
  33. code: code
  34. weight: weight
  35. destination:
  36. plugin: entity:customfilter
  37. destination_module: customfilter