Closed (fixed)
Project:
Workflow buttons
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2025 at 16:41 UTC
Updated:
10 Apr 2026 at 20:55 UTC
Jump to comment: Most recent
Codebase has not been updated to use constructor promotion; the new 2.0.x branch is ready for that.
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 #3
cmah commentedWorking on this during NEDCamp contribution sprint
Comment #5
cmah commentedComment #6
mlncn commentedLooks good! Like discussed in person maybe some of these could also be
readonly.Comment #8
damienmckennaWould this require a specific version of Drupal core?
Comment #9
mlncn commented@DamienMckenna Constructor property promotion is a PHP8 thing, which has actually been the minimum for Drupal since 10. And we require Drupal 11.1 for this 2.0.x branch of Workflow Buttons.