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