drupal_container() is deprecated, and all calls in the contact 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)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2003596-replace-drupal_container-contact-module.patch | 1.48 KB | ddrozdik |
| #1 | 2003596-1.patch | 1.49 KB | ebeyrent |
Comments
Comment #1
ebeyrent commentedComment #3
ddrozdik commentedThis patch created during Code Sprint UA.
Comment #4
podarok#3 looks good
if bot green - RTBC
Comment #5
alexpottCommitted b96a264 and pushed to 8.x. Thanks!
Comment #6
ddrozdik commented