Problem/Motivation
As @Berdir pointed:
In EuCookieComplianceConfigForm it does a database query against the cache table. Instead, we need to use the \Drupal::cache() api and probably use deleteAll() as delete by prefix is not possible.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | query_on_eucookieform-2978326-4.patch | 593 bytes | johnchque |
Comments
Comment #2
johnchqueWorking on this.
Comment #3
johnchqueComment #4
berdirThe reason is that this table doesn't exist (and if it would exist it wouldn't work) when using redis/memcache or a similar alternative cache backend.
Comment #5
johnchqueOops my bad, thanks @Berdir for the help. :)
Comment #6
berdirLooks good.
Comment #7
idebr commentedComment #8
svenryen commentedComment #9
svenryen commentedComment #11
svenryen commentedFixed. Thanks for the patch and review!