Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 302584

Replace drupal_container() with Drupal::service() in the aggregator module

$
0
0

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


Viewing all articles
Browse latest Browse all 302584

Trending Articles