class EmailNotificationDriver implements NotificationDriverInterface
Methods
void
send(BlueprintInterface $blueprint, array $users)
Conditionally sends a notification to users, generally using a queue.
mailNotifications(MailableInterface $blueprint, array $recipients)
Mail a notification to a list of users.
void
registerType(string $blueprintClass, array $driversEnabledByDefault)
Logic for registering a notification type, generally used for adding a user preference.
Details
at
line 26
__construct(Queue $queue)
at
line 34
void
send(BlueprintInterface $blueprint, array $users)
Conditionally sends a notification to users, generally using a queue.
at
line 47
protected
mailNotifications(MailableInterface $blueprint, array $recipients)
Mail a notification to a list of users.
at
line 59
void
registerType(string $blueprintClass, array $driversEnabledByDefault)
Logic for registering a notification type, generally used for adding a user preference.