You are here

d6_d7_acl_node.yml in ACL 8

migrations/d6_d7_acl_node.yml

File

migrations/d6_d7_acl_node.yml
View source
  1. id: d6_d7_acl_node
  2. label: Drupal 6/7 Access Control Lists node grants table
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. source:
  7. plugin: d6_d7_acl_table
  8. table_name: acl_node
  9. fields_list:
  10. - acl_id
  11. - nid
  12. - grant_view
  13. - grant_update
  14. - grant_delete
  15. - priority
  16. ids:
  17. acl_id:
  18. type: integer
  19. nid:
  20. type: integer
  21. process:
  22. acl_id: acl_id
  23. nid: nid
  24. grant_view: grant_view
  25. grant_update: grant_update
  26. grant_delete: grant_delete
  27. priority: priority
  28. destination:
  29. plugin: acl_table
  30. table_name: acl_node
  31. fields_list:
  32. - acl_id
  33. - nid
  34. - grant_view
  35. - grant_update
  36. - grant_delete
  37. - priority
  38. ids:
  39. acl_id:
  40. type: integer
  41. nid:
  42. type: integer