As the core entity query QueryFactory is deprecated now, Please replace it with \Drupal\Core\Entity\EntityStorageInterface::getQuery()

Comments

bapi_22 created an issue. See original summary.

bapi_22’s picture

StatusFileSize
new2.48 KB
nkoporec’s picture

Version: 8.x-1.x-dev » 8.x-4.x-dev
nkoporec’s picture

Status: Active » Needs review
StatusFileSize
new4.23 KB

Hey @bapi_22, I tested your patch and it's not working.Drupal site breaks when applying this patch.I checked and fix the errors from your patch, so please reviewed it.

icurk’s picture

Status: Needs review » Needs work

Replace array() with [] inside ContextManager service to unified coding standard, otherwise nice patch.

nkoporec’s picture

Status: Needs work » Needs review
StatusFileSize
new502 bytes
new4.95 KB

Thanks for the review, created a new patch with proposed fixes.

icurk’s picture

Status: Needs review » Reviewed & tested by the community

  • boshtian committed fda16e0 on 8.x-4.x authored by nkoporec
    Issue #2893742 by nkoporec, bapi_22: Removed deprecated method/Class...
boshtian’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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