Description of the need
I know that $config->get()
-- with no parameters passed -- gets all the data from a config file, but every time I'm using config->setData()
I always first type config->getData()
when attempting to retrieve the data. It doesn't ever work, and I always have to look it up.
Proposed solution
Can we add $config->getData()
even just as a wrapper function to $config->get()
for consistency?
GitHub Issue #:
3902
Recent comments
Hello @NumerousHats, I agree with your assessment. I am looking into this situation right now. The root of this problem is that Backdrop CMS is implemented on top of a "stack" of...
Update Core and Theme via Web interface
I just installed a Backdrop CMS site with version 1.27.0. I then used the user interface to download and update Backdrop CMS to 1.30.0. After starting the update process, and on the...
1.30.0 update.php generates incorrect link
I believe my permissions are set up correctly, as I can install modules from the UI. But for whatever reason, I can't update them. I will, however, double check against that documentation.
Update Core and Theme via Web interface