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
I don't think this answers your question, but it might help someone with a related question. The layout template for any given layout is stored in config and you can programmatically...
How to programmatically change layout?
perfect, thank you
Edit Node fields
Component ID can be found here:
Edit Node fields