class RequestPasswordResetJob extends AbstractJob
Traits
Properties
| static string|null | $sendOnQueue | The name of the queue on which the job should be placed. | from AbstractJob |
|
| protected string |
|
Methods
void
setTranslatorLocaleForEmail(TranslatorInterface $translator, SettingsRepositoryInterface $settings, string $email)
Set the translator locale based on the user's preference for the given email.
handle(SettingsRepositoryInterface $settings, UrlGenerator $url, TranslatorInterface $translator, UserRepository $users, Queue $queue)
No description
Details
at
line 31
__construct(string $email)
protected void
setTranslatorLocaleForEmail(TranslatorInterface $translator, SettingsRepositoryInterface $settings, string $email)
Set the translator locale based on the user's preference for the given email.
Falls back to forum default if user not found or has no preference.