class SendConfirmationEmailController implements RequestHandlerInterface
Traits
Methods
array
getEmailData(User $user, EmailToken $token)
<p>Get the data that should be made available to email templates.</p>
void
__construct(SettingsRepositoryInterface $settings, Queue $queue, UrlGenerator $url, TranslatorInterface $translator)
No description
Details
protected EmailToken
generateToken(User $user, string $email)
protected array
getEmailData(User $user, EmailToken $token)
<p>Get the data that should be made available to email templates.</p>