I recently was confused by:
- The UI page is called 'Recent log messages'
- The module is called 'Database Logging' (
dblog
) - The API function for adding messages is called
watchdog()
My research took me to this page which explains that the term 'watchdog' comes from the name of the predecessor to our dblog
module from Drupal 4 & 5!
Since we more-or-less use the terms 'log/logging' now (in both the UI and the module name), I propose deprecating the watchdog*()
functions and creating more generic and consistent log*()
functions instead.
GitHub Issue #:
4749
Recent comments
If it's in a field or a node body, you can use the Markdown text filter in this module: https://backdropcms.org/project/markdown
Parse and render markdown
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