This module provides a framework for creating plugins that check if content entities, such as nodes, terms, or users, have been modified. It allows for arbitrary field comparisons to determine changes.
This module provides the plugin framework to make arbitrary checks on updated
content entities (node, term, user etc) to see if they have been changed.
This module does nothing on its own.
See the node change plugins provided as examples.
The module plugins only work on content entities, because they have an
"original" entity attached when they go through the entity update hooks, this
allows us to compare fields in an arbitrary way.
Plugins should specify precisely which entities they deal with.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 3.0.0-beta2 | Pre-release | 10–11 | Update entity change to use context properly (yay). | Mar 18, 2026 | |
| 3.0.0-beta1 | Pre-release | 9–10 | Updated to Drupal 10. | Aug 27, 2025 |