Closed (fixed)
Project:
Uber Affiliate
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2022 at 10:54 UTC
Updated:
20 Jul 2023 at 10:43 UTC
Jump to comment: Most recent
Comments
Comment #3
rogerbinny commentedIn Drupal 9 user_presave is replaced by hook_ENTITY_presave and as the $edit parameter is no longer available we need to set the values in user.data service and retrieve it user_presave using set and get methods. However user_presave is called before the form submit handler.
Comment #4
binnythomas commentedComment #5
keshavv commented