- Issue created by @lostcarpark
The module needs to display the verify email form for the path specified in the verify_email
entity.
Add a route callback to the routing.yml
file.
Create a class implementing ContainerInjectionInterface
interface to route the path of the verify_email
to the form.
Add parameter to the verify_email
form to display the label as the title, and intro text. This will also be used to generate the correct email message, and include a clickable link that redirect to the correct destination after login.
routing.yml
VerifyEmailForm.php
Form will show entity specific details
None
None
Active
1.0
Code