drupal_container() is deprecated, and all calls in the search module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced with Drupal::moduleHandler() (see #1957154: Replace calls to drupal_container()->get('module_handler') service with Drupal::moduleHandler())

Comments

kgoel’s picture

Assigned: Unassigned » kgoel
kgoel’s picture

Status: Active » Needs review
StatusFileSize
new2.44 KB

Status: Needs review » Needs work

The last submitted patch, search-2011126-2.patch, failed testing.

ddrozdik’s picture

kgoel’s picture

Status: Needs work » Needs review
StatusFileSize
new2.43 KB

Status: Needs review » Needs work

The last submitted patch, search-2011126-5.patch, failed testing.

kgoel’s picture

Status: Needs work » Needs review
StatusFileSize
new2.43 KB
new2.43 KB

Status: Needs review » Needs work

The last submitted patch, search-2011126-7.patch, failed testing.

kgoel’s picture

Status: Needs work » Needs review
StatusFileSize
new2.42 KB
new2.42 KB

Status: Needs review » Needs work
Issue tags: -Novice

The last submitted patch, search-2011126-9.patch, failed testing.

kgoel’s picture

Status: Needs work » Needs review
Issue tags: +Novice

#9: search-2011126-9.patch queued for re-testing.

dcam’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

#9 does not apply locally.

kgoel’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
StatusFileSize
new2.42 KB

Status: Needs review » Needs work

The last submitted patch, search-2011126-13.patch, failed testing.

kgoel’s picture

Status: Needs work » Needs review
StatusFileSize
new2.41 KB

Status: Needs review » Needs work
Issue tags: -Novice

The last submitted patch, search-2011126-15.patch, failed testing.

dcam’s picture

Status: Needs work » Needs review

#15: search-2011126-15.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +Novice

The last submitted patch, search-2011126-15.patch, failed testing.

kgoel’s picture

I am not sure why patch failed as it appears to be simple change.

dcam’s picture

Status: Needs work » Needs review
StatusFileSize
new2.42 KB

Rerolled #9.

ddrozdik’s picture

Status: Needs review » Reviewed & tested by the community

Applied, looks good.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

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