We are doing:

$container->get('entity.manager')->getStorage($entity_type->id()),

In a few list builders, probably inherited from core. This can be fixed to use entity_type.manager so that we don't blow up in D9.

Quick phpstorm analysis also showed usage of $variation->setActive(TRUE), and usage of a deprecated profileStorage method.
So, let's fix this.

CommentFileSizeAuthor
#2 3078762-2.patch4.23 KBbojanz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bojanz created an issue. See original summary.

bojanz’s picture

Status: Active » Needs review
FileSize
4.23 KB

Quick test run.

  • bojanz committed 4d4eda9 on 8.x-2.x
    Issue #3078762 by bojanz: Remove usage of deprecated code
    
bojanz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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