Skip to content
d6_action.yml 835 B
Newer Older
id: d6_action
label: Actions
migration_tags:
  - Drupal 6
source:
  plugin: action
process:
  id:
    -
      plugin: machine_name
      source: aid
  label: description
  type: type
  plugin:
    -
      plugin: static_map
      source: callback
      map:
        system_goto_action: action_goto_action
        system_send_email_action: action_send_email_action
        system_message_action: action_message_action
        user_block_ip_action: 0
        imagecache_flush_action: 0
        imagecache_generate_all_action: 0
        imagecache_generate_action: 0
      bypass: true
    -
      plugin: skip_on_empty
      method: row
  configuration:
    -
      plugin: default_value
      source: parameters
      default_value: "a:0:{}"
    -
      plugin: callback
      callable: unserialize
destination:
  plugin: entity:action