customfilter_migrate.yml in Custom filter 2.0.x
migrations/customfilter_migrate.yml
File
migrations/customfilter_migrate.ymlView source
- id: customfilter_migrate
- dependencies:
- module:
- - customfilter
- label: Custom filter
- migration_tags:
- - Drupal 6
- - Drupal 7
- source:
- plugin: customfilter_migration_source
- source_module: customfilter
- process:
- id: type
- name: name
- cache: cache
- description: description
- shorttip: shorttip
- longtip: longtip
- rules:
- plugin: sub_process
- source: rules
- key: rid
- process:
- fid: type
- prid: prid
- rid: rid
- name: name
- description: description
- enabled: enabled
- matches: matches
- pattern: pattern
- replacement: replacement
- code: code
- weight: weight
- destination:
- plugin: entity:customfilter
- destination_module: customfilter