Problem/Motivation
Trying to slim down TrashStorageTrait to only the parts that can not be done differently, with the end goal of not generating PHP classes anymore.
Issue fork trash-3569155
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
amateescu commentedMerged.
Comment #9
codebymikey commentedI believe this change breaks installation of the module on the UI for me. It seems to work fine via Drush though.
This is the stacktrace when trying to install on the Umami demo profile:
Comment #10
amateescu commentedYup, I can reproduce that. We'll probably have to inline that function there.. I'll check quickly.
Comment #16
amateescu commentedBack to fixed, thanks for spotting this!