class SendConfirmationEmailController implements RequestHandlerInterface
Traits
Properties
protected SettingsRepositoryInterface | $settings | |||
protected Queue | $queue | |||
protected UrlGenerator | $url | |||
protected TranslatorInterface | $translator |
Methods
array
getEmailData(User $user, EmailToken $token)
<p>Get the data that should be made available to email templates.</p>
__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>
protected
sendConfirmationEmail(User $user, array $data)
at
line 55
__construct(SettingsRepositoryInterface $settings, Queue $queue, UrlGenerator $url, TranslatorInterface $translator)
at
line 66
ResponseInterface
handle(ServerRequestInterface $request)
<p>{@inheritdoc}</p>