Why ECA Is Replacing One-Off Drupal Modules — LakeDrops Explains
In a LakeDrops blog post, Richard Papp argues that Drupal teams can replace many bespoke modules with configurable, reusable scenarios powered by the ECA module. Instead of scattering narrowly scoped code, site logic is assembled in the UI from events, conditions, and actions—coding only the missing pieces. With ECA’s modeler_api, teams can visually chain logic beyond migrations, accelerating prototyping and reducing deployment churn.
Real-world shifts include swapping the deprecated migrate_process_trim for ECA-driven trimming via ECA Tamper, replacing migrate_conditions with scenario-based checks, and reusing the same workflows in imports through ECA Entity Import and Entity Import, all atop the Migrate API.
The takeaway: default to “events, conditions, actions,” keep logic configurable, and write code only when a new building block is truly needed. Backed by active maintainers and long-term commitment, ECA’s approach emphasizes rapid prototyping, reusability, collaboration, and maintainability—treating code as a last resort while keeping logic configurable in the UI.


