Entity Sync
Component ID
1540476
Component name
Entity Sync
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3208
Component created
Component changed
Component body
Synchronize entities (or aspects of them) between Drupal installation with Rules -triggered actions. For example you can synchronize user profiles between Drupal installations simply by attaching the provided action to user update and create events.
Usage
Install and enable the module on both Drupal installations. Create a rule which triggers the Synchronize entity -action. To prevent loops filter the event with negated Invoked by Entity Sync -condition. In the action configuration:
- Select an entity which will be synchronized.
- Select a unique aspect which is used to identify the entity on both ends.
- Select aspects which will be synchronized.
- Add the endpoint URLs. The Entity Sync module responds in
http://www.example.com/entitysync
Repeat for the other Drupal installation. Note that you can also export the Rule and just swap the endpoint URL.
