interface NotificationDriverInterface
Methods
void
send(BlueprintInterface $blueprint, array $users)
<p>Conditionally sends a notification to users, generally using a queue.</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 22
void
send(BlueprintInterface $blueprint, array $users)
<p>Conditionally sends a notification to users, generally using a queue.</p>
at
line 29
void
registerType(string $blueprintClass, array $driversEnabledByDefault)
<p>Logic for registering a notification type, generally used for adding a user preference.</p>