Security update to Drupal 8.4.6 with PHP held back to 7.0.27 to match the stoneboat...
[yaffs-website] / web / core / modules / action / migration_templates / d6_action.yml
1 id: d6_action
2 label: Actions
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: action
7 process:
8   id:
9     -
10       plugin: machine_name
11       source: aid
12   label: description
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         user_block_ip_action: 0
23         imagecache_flush_action: 0
24         imagecache_generate_all_action: 0
25         imagecache_generate_action: 0
26       bypass: true
27     -
28       plugin: skip_on_empty
29       method: row
30   configuration:
31     -
32       plugin: default_value
33       source: parameters
34       default_value: "a:0:{}"
35     -
36       plugin: callback
37       callable: unserialize
38 destination:
39   plugin: entity:action