6870e88079c50a5c974effd7f4ce5a0370abcd03
[yaffs-website] / web / core / modules / action / migrations / d6_action.yml
1 id: d6_action
2 label: Actions
3 migration_tags:
4   - Drupal 6
5   - Configuration
6 source:
7   plugin: action
8 process:
9   id:
10     -
11       plugin: machine_name
12       source: aid
13   label: description
14   type: type
15   plugin:
16     -
17       plugin: static_map
18       source: callback
19       map:
20         system_goto_action: action_goto_action
21         system_send_email_action: action_send_email_action
22         system_message_action: action_message_action
23         user_block_ip_action: 0
24         imagecache_flush_action: 0
25         imagecache_generate_all_action: 0
26         imagecache_generate_action: 0
27         comment_publish_action: entity:publish_action:comment
28         comment_unpublish_action: entity:unpublish_action:comment
29         comment_save_action: entity:save_action:comment
30         node_publish_action: entity:publish_action:node
31         node_unpublish_action: entity:unpublish_action:node
32         node_save_action: entity:save_action:node
33       bypass: true
34     -
35       plugin: skip_on_empty
36       method: row
37   configuration:
38     -
39       plugin: default_value
40       source: parameters
41       default_value: "a:0:{}"
42     -
43       plugin: callback
44       callable: unserialize
45 destination:
46   plugin: entity:action