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
Both issues solved! Thank you.
View/Edit tabs missing
Hello, Backdrop CMS has options for multilingual sites, but they are limited and do not cover all needs. A complete solution for a multilingual site requires the installation of i18. I...
How to translate my site content
Hi Steve, you can add a site-wide language switcher for visitors as a block to your layout(s). To do so, go to your layout, click "Add block", e.g. in the Header region, search for "language",...
How to translate my site content