drupal_container() is deprecated, and all calls in the taxonomy 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())

This task a part of #2001206: Replace drupal_container() with Drupal::service()

Comments

kgoel’s picture

Assigned: Unassigned » kgoel
kgoel’s picture

Status: Active » Needs review
StatusFileSize
new1.5 KB
kgoel’s picture

StatusFileSize
new1.49 KB

Replaced Drupal::service('request') with \Drupal::request()

dcam’s picture

Status: Needs review » Reviewed & tested by the community

#3 looks good to me. I didn't find any additional uses of drupal_container() in the taxonomy module.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

ddrozdik’s picture

Status: Fixed » Closed (fixed)