Closed (fixed)
Project:
Trash
Version:
3.1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2026 at 09:46 UTC
Updated:
13 Feb 2026 at 12:44 UTC
Jump to comment: Most recent
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.
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!