Some code is required so early in the bootstrap process that it cannot be included in a normal module. By the time we get to the point we can call hooks, the code, usually classes, has to be already active. In particular, this applies to:
- Database classes (DatabaseConnection and friends)
- Configuration storage classes (ConfigStorageInterface)
- Caching classes (BackdropCacheInterface)
We need a well designed and documented way to create backend driver modules.
GitHub Issue #:
2383
Recent comments
You can use Rules or the Node Notify module for comments. When a new account is created, I believe there are Rules to send.
Email notifications
There's a few way to accomplish it, but it really depends on your full requirements. I'm working on a contact management module but it won't be released for a few months. There...
Pairing fields
I'm fairly sure that some people have done this successfully in Backdrop. Please can you list the modules you are using; that should help us get the right people to join this conversation.
How to render facet blocks?