- Issue created by @Fool2
- Status changed to Postponed
4 months ago 1:04pm 19 December 2024
Modules should be able to hook into the creation of a subscription to generate notifications or other actions. Normally with most entities this can be done with hook_ENTITY_TYPE_insert
Creating a hook_subscription_insert doesn't do anything, as Subscriptions don't implement entity API
We can:
Active
1.1
Code