Hello,
I've seen that the module still uses a few deprecated methods.
I replace a few but might have missed some thought i was worth sharing.
Kind regards
Andrew
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | interdiff-3100208-9-11.txt | 4.43 KB | manuel.adan |
| #11 | email_confirmer-replace_deprecations-3100208-11.patch | 15.92 KB | manuel.adan |
| #9 | email_confirmer-replace_deprecations-3100208-9.patch | 12.46 KB | daniel kulbe |
| #6 | interdiff-3100208-5-6.txt | 562 bytes | manuel.adan |
| #6 | email_confirmer-replace_deprecations-3100208-6.patch | 10.55 KB | manuel.adan |
Issue fork email_confirmer-3100208
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 #2
andrewtur commentedComment #3
knyshuk.vova commentedComment #4
knyshuk.vova commentedTagging for Drupal Global Contribution Weekend
Comment #5
manuel.adanSome PHPDocs and one unused use statement.
Comment #6
manuel.adanFixes wrong property name replacement.
Comment #7
daniel kulbeOne thing I noticed, the entity type manager is always saved as property of the classes, but rarely used.
It would be more efficient to save the email_confirmer_confirmation storage as property and work directly with it, instead of instantiating it over and over again ...
Comment #8
daniel kulbeI removed a unused use statement in module file and replaced appearances of REQUEST_TIME.
Comment #9
daniel kulbeFound an other occurrence of REQUEST_TIME.
Comment #10
daniel kulbeFurther deprecations:
Comment #11
manuel.adanComment #13
manuel.adanCommitted, thanks. It seems that finally there were no activity from LutskGCW20.