SendsPasswordResetEmails::sendResetLinkEmail()

RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. Parameters Request $request Return Value RedirectResponse

SerializableClosure

SerializableClosure class SerializableClosure extends SerializableClosure (View source) Extends SuperClosure for backwards compatibility. Methods string getCode() Returns the code of the closure being serialized array getVariables() Returns the "used" variables of the closure being serialized

SendsPasswordResetEmails::showLinkRequestForm()

Response showLinkRequestForm() Display the form to request a password reset link. Return Value Response

SendsPasswordResetEmails::broker()

PasswordBroker broker() Get the broker to be used during password reset. Return Value PasswordBroker

SendQueuedNotifications::onConnection()

$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this

SendQueuedNotifications::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

SendQueuedNotifications::onQueue()

$this onQueue(string|null $queue) Set the desired queue for the job. Parameters string|null $queue Return Value $this

SendQueuedNotifications::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

SendQueuedNotifications::__construct()

void __construct(Collection $notifiables, Notification $notification, array $channels = null) Create a new job instance. Parameters Collection $notifiables Notification $notification array $channels Return Value void

SendQueuedNotifications::handle()

void handle(ChannelManager $manager) Send the notifications. Parameters ChannelManager $manager Return Value void