Problem/Motivation
The module is using a lot of deprecated modules such as entity_load(), file_load() and entity_load_multiple()
These methods are marked as and should be updated with the suggested approach (see PHPDoc). These functions can be removed with any minor update 8.x on the way to Drupal 9.
For that reason it's recommend to avoid using deprecated methods and classes as far as possible and use the new patterns.
Proposed resolution
Replace all deprecated methods with the appropriate successors.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | inline_responsive_images-replace_deprecated_methods-2725107-2.patch | 9.85 KB | szeidler |
Comments
Comment #2
szeidler commentedThe attached patch is replacing all the deprecated method usages I found.
Comment #4
mitchalbert commentedtnx szeidler for the work you have been doing for this module.
I pushed it to the latest dev release