Drupal 9 compatibility
Call to deprecated constant REQUEST_TIME: Deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use Drupal::time()->getRequestTime();
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | drupal_9_deprecated_code-fix-REQUEST_TIME-3108751.patch | 1.11 KB | nitesh624 |
Comments
Comment #2
nitesh624Comment #3
berdirThere are no deprecations here, you're just missing the required extensions and dependencies.
The only thing we need to do here is update the info.yml and I will do that in #3018203: Support delayed cache tag invalidation
Comment #4
nitesh624Comment #5
nitesh624Comment #6
nitesh624Comment #7
berdirAh, so there are two request time changes, fair enough.
Comment #10
o'briatFor the record the second fix was reverted, @see https://www.drupal.org/project/redis/issues/3112364
Comment #11
avpadernoComment #12
nitesh624