Describe your issue or idea
We can currently include JS and CSS libraries via hook_library_info()
but not PHP libraries. In Drupal 7, the Libraries API also allowed for PHP libraries. In order to completely eliminate the Libraries API from the Backdrop workflow, it would be nice to include support for PHP libraries into the core Library system.
GitHub Issue #:
2911
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?