You are here

d6_d7_acl_user.yml in ACL 8

migrations/d6_d7_acl_user.yml

File

migrations/d6_d7_acl_user.yml
View source
  1. id: d6_d7_acl_user
  2. label: Drupal 6/7 Access Control Lists users table
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. source:
  7. plugin: d6_d7_acl_table
  8. table_name: acl_user
  9. fields_list:
  10. - acl_id
  11. - uid
  12. ids:
  13. acl_id:
  14. type: integer
  15. uid:
  16. type: integer
  17. process:
  18. acl_id: acl_id
  19. uid: uid
  20. destination:
  21. plugin: acl_table
  22. table_name: acl_user
  23. fields_list:
  24. - acl_id
  25. - uid
  26. ids:
  27. acl_id:
  28. type: integer
  29. uid:
  30. type: integer