d6_action.yml

Same filename and directory in other branches
  1. 9 core/modules/system/migrations/d6_action.yml
  2. 8.9.x core/modules/action/migrations/d6_action.yml
  3. 11.x core/modules/system/migrations/d6_action.yml
core/modules/system/migrations/d6_action.yml

File

core/modules/system/migrations/d6_action.yml

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.