I often wonder what the title of my block will be when I leave it as "Default". Can we pull that info from hook_block_view and display it on the back-end for users?
PR by @daggerhart: https://github.com/backdrop/backdrop/pull/1867
GitHub Issue #:
2665
Recent comments
Thanks man, you've convinced me; I'll bypass Views. :D
Views, hooks or handlers?
And, one more thought hahaha You can learn A LOT about programmatically doing things to View (and Backdrop in general) by looking at the automated tests for Views etc.
Views, hooks or handlers?
Oh, one more thing. I did dare to modify Views dynamically (adding fields, grouping some fields into one column, and adding filters dynamically based on other conditions) on the fly at one point...
Views, hooks or handlers?