Too few arguments to function Drupal\workflow\Hook\WorkflowEntityHooks::userDelete()

Created on 14 March 2025, 21 days ago

Problem/Motivation

When trying to delete a user on the latest dev branch, Workflow module causes the process to fail, throwing the error:

ArgumentCountError : Too few arguments to function Drupal\workflow\Hook\WorkflowEntityHooks::userDelete(), 1 passed in web/modules/contrib/workflow/workflow.entity.inc on line 77

Steps to reproduce

Try to delete a user from a site with Workflow (latest dev release) installed.

Proposed resolution

It looks like there was some refactoring of the internal Hook classes that just didn't quite get re-aligned with the traditional alter hooks. The simplest possible fix is just to adjust the calls in workflow.entity.inc to pass the extra parameters that the class methods now expect. However, I think there might be a more elegant refactoring that allows the external functions to be "dumber" and have the class methods handle the particulars.

I'll attach my simplest fix patch momentarily, but also have a closer look to see if I can roll one that's a bit nicer :)

Remaining tasks

  1. Attach simple patch fix
  2. Improve fix by moving extra arguments into class methods

User interface changes

No more errors :)

API changes

I assume these are documented elsewhere or something, with the Hook class refactoring.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇨🇦Canada spiderman Halifax, NS

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024