Problem/Motivation
When enabling the webprofiler, it complains about a TypeError.
TypeError: Argument 2 passed to Drupal\feeds\Plugin\Derivative\ExtraLinks::__construct() must be an instance of Drupal\Core\Config\Entity\ConfigEntityStorage, instance of Drupal\webprofiler\Entity\Decorators\Config\ConfigEntityStorageDecorator given
Steps to reproduce
Enable webprofiler on a site with feeds installed
Proposed resolution
Use ConfigEntityStorageInterface instead
Remaining tasks
None
User interface changes
None
API changes
Attached is a patch that fixes the call in four places.
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-webprofiler-complains-about-ConfigEntityStorage.patch | 2.6 KB | pixiekat |
Issue fork feeds-3299584
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
immaculatexavier commentedCommitted and MR in accordance with the proposed resolution and attached patch
Comment #6
megachrizThanks for the patch! Committed it.