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();

Comments

nitesh624 created an issue. See original summary.

nitesh624’s picture

berdir’s picture

Status: Active » Closed (works as designed)

There 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

nitesh624’s picture

Issue summary: View changes
nitesh624’s picture

Status: Closed (works as designed) » Needs review
nitesh624’s picture

berdir’s picture

Status: Needs review » Fixed

Ah, so there are two request time changes, fair enough.

  • Berdir committed 3a60449 on 8.x-1.x authored by nitesh624
    Issue #3108751 by nitesh624, Berdir: Drupal 9 Deprecated Code Report
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

o'briat’s picture

For the record the second fix was reverted, @see https://www.drupal.org/project/redis/issues/3112364

avpaderno’s picture

Issue tags: -Drupal 9 compatibility (3105304) +Drupal 9 compatibility
nitesh624’s picture

Assigned: nitesh624 » Unassigned