Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / action / migration_templates / d7_action.yml
1 id: d7_action
2 label: Actions
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: action
7 process:
8   id:
9     -
10       plugin: machine_name
11       source: aid
12   label: label
13   type: type
14   plugin:
15     -
16       plugin: static_map
17       source: callback
18       map:
19         system_goto_action: action_goto_action
20         system_send_email_action: action_send_email_action
21         system_message_action: action_message_action
22         system_block_ip_action: 0
23       bypass: true
24     -
25       plugin: skip_on_empty
26       method: row
27   configuration:
28     -
29       plugin: default_value
30       source: parameters
31       default_value: "a:0:{}"
32     -
33       plugin: callback
34       callable: unserialize
35 destination:
36   plugin: entity:action