- πΊπΈUnited States smustgrave
Thank you for creating this issue to improve Drupal.
We are working to decide if this task is still relevant to a currently supported version of Drupal. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or is no longer relevant. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
- Status changed to Needs work
3 days ago 5:37pm 11 August 2025 - πΊπΈUnited States smustgrave
Actually looking at the tasks now, this still seems relevant. Question though do we need to go the deprecation route?
- π¦πΉAustria fago Vienna
I agree it should be deprecated for now, not just removed. Some child implementations might be using it, so silently removing the parameter would render the child implements having a weird undocumented $notify parameter. Besides ContentEntityBase I see it implemented in \Drupal\simple_oauth\Authentication\TokenAuthUser::set
I'd argue the change needs no unit tests, even when removing the parameter, there is 0 change in behavior.
I added a MR for deprecating it.
- πΊπΈUnited States smustgrave
Thanks but this seems to be missing a number of changes from previous patches.
And needs to be properly be deprecated with a trigger_error and CR
- π¦πΉAustria fago Vienna
What changes are you missing?
When we keep the parameter, there is no change necessary to ContentEntityBase + I argued why we don't to extend unit tests here. I don't see any other changes.
> And needs to be properly be deprecated with a trigger_error and CR
Not sure, this is helpful / needed in this case. Since the parameter was already doing nothing before, there is no change and no possible breakage to bug the developer about.
But if preferred, I can add it when a FALSE or NULL value is passed instead of the TRUE default.