Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2026 at 16:46 UTC
Updated:
2 Apr 2026 at 08:35 UTC
Jump to comment: Most recent
The flowdrop_trigger module's event type plugin definitions can return a BackedEnum for the "category" key (this is common in Drupal 11 plugins using PHP 8.1+ enums). When sprintf receives a BackedEnum object instead of a string, PHP throws a fatal error because enums can't be implicitly cast to string.
So, any trigger event whose plugin definition uses an enum for category would crash when getCategoryConfigName() is called.
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 #2
gxleano commentedComment #4
gxleano commentedComment #5
d34dman commented@gxleano, in 1.2.0 this should be fixed. Please review.
Comment #6
d34dman commented