This project is not covered by Drupal’s security advisory policy.

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:

  1. Select an entity which will be synchronized.
  2. Select a unique aspect which is used to identify the entity on both ends.
  3. Select aspects which will be synchronized.
  4. 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.

Project information

Releases