This module integrates ECA (Entity Condition Action) with the Tamper module, making all Tamper plugins available as both conditions to test values and actions to process and store data. This integration automatically recognizes new Tamper plugins from any source, allowing them to be used within ECA models without additional configuration.
All tamper plugins are being made available in 2 ways for ECA models:
- Tamper plugins as conditions
- Tamper plugins as actions
With the conditions, a model can test any arbitrary value against the result of a tamper plugin.
With actions, a model can store the result of a tamper plugin as a token and then continue operating with that value for subsequent actions.
What's powerful about this integration, when new tamper plugin are being made available on a Drupal site, ECA will automatically make those new plugins available as conditions and actions without any further configuration required. Such new tamper plugins don't even have to be provided by the tamper module, even plugins from a custom or third-party contrib module will be recognized by that mechanism.