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

void send(BlueprintInterface $blueprint, array $users)

<p>Conditionally sends a notification to users, generally using a queue.</p>

Parameters

BlueprintInterface $blueprint
array $users

Return Value

void

void registerType(string $blueprintClass, array $driversEnabledByDefault)

<p>Logic for registering a notification type, generally used for adding a user preference.</p>

Parameters

string $blueprintClass
array $driversEnabledByDefault

Return Value

void