Problem/Motivation
To be able to effectively use events being able to access which account the event is for is quite important. Some classes already have access, some don't.
Proposed resolution
- Add base class with getter/property definition.
- Update existing events to use base class
- Remove code from events that is now in base class as necessary.
Remaining tasks
None
User interface changes
None
API changes
No breaking changes, addition of base class and new public function getUser() where relevant.
Data model changes
None
Issue fork user_email_verification-3461058
Show commands
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
nickdickinsonwildeComment #5
antonnavi