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.

Comments

szeidler created an issue. See original summary.

szeidler’s picture

Status: Active » Needs review
StatusFileSize
new9.85 KB

The attached patch is replacing all the deprecated method usages I found.

  • mitchalbert committed 18f53f8 on 8.x-2.x
    fix for issue: #2721519 , #2725107 and #2723931
    
mitchalbert’s picture

Status: Needs review » Fixed

tnx szeidler for the work you have been doing for this module.

I pushed it to the latest dev release

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.