Scanned on Tue, 05/19/2020 - 09:40.
2 errors found. 1 warning found.
File name Line Error
web/modules/wip/feeds8/commerce_feeds/src/Feeds/Target/Measurement.php 87 Call to deprecated function drupal_render(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use the
web/modules/wip/feeds8/commerce_feeds/src/Feeds/Target/Price.php 79 Call to deprecated function drupal_render(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use the

Check manually

Errors without Drupal source version numbers including parse errors and use of APIs from dependencies.
File name Line Error
web/modules/wip/feeds8/commerce_feeds/commerce_feeds.info.yml 0 Add core_version_requirement: ^8 || ^9 to commerce_feeds.info.yml to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.

Comments

MegaChriz created an issue. See original summary.

megachriz’s picture

Status: Active » Needs review
StatusFileSize
new1.62 KB

The drupal_render() calls that were in the getSummary() methods are no longer necessary. Feeds 8.x-3.0-alpha7 now allows that method to return an array: #3113960: Allow ConfigurableTargetInterface::getSummary() to return an array.

  • MegaChriz authored 6b2056e on 8.x-1.x
    Issue #3137755 by MegaChriz: Fixed deprecations, added compatibility...
megachriz’s picture

Status: Needs review » Fixed

Committed #2.

Status: Fixed » Closed (fixed)

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