SerialSQLStorage's constructor is expecting the second parameter as EntityTypeManager instead of EntityTypeManagerInterface.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2977055-2.patch | 913 bytes | joelpittet |
SerialSQLStorage's constructor is expecting the second parameter as EntityTypeManager instead of EntityTypeManagerInterface.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2977055-2.patch | 913 bytes | joelpittet |
Comments
Comment #2
joelpittetAttached is the small change for the interface, this allows devel's webprofiler to wrap it.
Comment #3
singularoI incorporated the changes from this patch in https://www.drupal.org/project/serial/issues/2946075 when re-rolling it.
Comment #4
extexan commentedIn addition to adding:
...shouldn't this also be removed:
Comment #5
extexan commentedAfter applying this patch (and making sure I'm on the latest version of Serial module), I still get the following error:
Comment #7
colorfieldThanks all! I've included comment from #4 and updated based on #3120452: deprecated class QueryFactory. Works fine with latest Devel web profiler.
Comment #8
colorfield