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?
Recent comments
Very interesting - seems useful. But it gives me an error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't.langcode' in 'where clause': SELECT t.translation FROM {...
Ubercart in Danish?
You can always use Translation template extractor to extract the untranslated strings from a specific module (like Ubercart). Very easy to use.
Ubercart in Danish?
Thank you Olaf, I am in the process of getting every string on my experimental site with Ubercart translated by ChatGPT - so far with very acceptable result (better than I could do...
Ubercart in Danish?