2c2 < index e1f35be..a294490 100644 --- > index 1af12f1..9e6c91d 100644 33c33 < - drupal_container()->get('module_handler')->setModuleList($module_list); --- > - Drupal::moduleHandler()->setModuleList($module_list); 430c430 < index a4cc155..080ff20 100644 --- > index 1110615..2e761ae 100644 452c452 < index 3824136..c8dcbfd 100644 --- > index e7a2a34..def6429 100644 591c591 < index cee23c4..deb3f52 100644 --- > index 823ac27..fedd2b0 100644 639c639 < - $module_handler = drupal_container()->get('module_handler'); --- > - $module_handler = Drupal::moduleHandler();