Rules already dispatches entity events as it needs them in D8 as there is no support for hooks. However, it would make much more sense to have it in entity module and let Rules depend on it (again). So let's move entity event dispatching over.

Related:
#2658128: Move entity events to entity module
#2551893: Add events for matching entity hooks

Question is probably whether we can use the "entity." event namespace safely. What if core will provide the same events then? If that's problematic we should rather get in done in core and fix Rules to use them once 8.1/2 shipped with them.

Comments

fago created an issue.