- Issue created by @Fool2
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