class EmailNotificationDriver implements NotificationDriverInterface
Methods
void
send(BlueprintInterface $blueprint, array $users)
Conditionally sends a notification to users, generally using a queue.
void
mailNotifications(MailableInterface|BlueprintInterface $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 22
__construct(Container $container)
at
line 27
void
send(BlueprintInterface $blueprint, array $users)
Conditionally sends a notification to users, generally using a queue.
at
line 39
protected void
mailNotifications(MailableInterface|BlueprintInterface $blueprint, array $recipients)
Mail a notification to a list of users.
at
line 57
void
registerType(string $blueprintClass, array $driversEnabledByDefault)
Logic for registering a notification type, generally used for adding a user preference.