- Issue created by @dpagini
- πΊπΈUnited States dpagini
Assuming this should be
\Drupal::config('bynder.settings')->get('cache_lifetime')
? I'm unclear what this code is doing though. Is this maybe a cached version of what the custom metaproperties are? - π¨πSwitzerland berdir Switzerland
Yes, this is clearly wrong, it should be bynder.settings.
But tags and other metadata information is mostly a leftover from before the switch to the CompactView, when the Browser was implemented natively in Drupal through API calls.
So, you can pretty much ignore this.
- πΊπΈUnited States dpagini
Thanks for the background. Sorry for the title, changing it here. I had a hard time following what the
::updateCachedData()
method was doing, I was thinking that maybe it was updating like the list of custom fields and that type of meta data. But it sounds like that's not the case?