FailedJobProviderInterface::log()

int|null log(string $connection, string $queue, string $payload, Exception $exception) Log a failed job into storage. Parameters string $connection string $queue string $payload Exception $exception Return Value int|null

FailedJobProviderInterface::forget()

bool forget(mixed $id) Delete a single failed job from storage. Parameters mixed $id Return Value bool

FailedJobProviderInterface::flush()

void flush() Flush all of the failed jobs from storage. Return Value void

FailedJobProviderInterface::find()

array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array

FailedJobProviderInterface::all()

array all() Get a list of all of the failed jobs. Return Value array

FailedJobProviderInterface

FailedJobProviderInterface interface FailedJobProviderInterface (View source) Methods int|null log(string $connection, string $queue, string $payload, Exception $exception) Log a failed job into storage. array all() Get a list of all of the failed jobs. array find(mixed $id) Get a single failed job. bool forget(mixed $id) Delete a single failed job from storage. void flush() Flush all of the failed jobs from storage.

Failed::__construct()

__construct(Authenticatable|null $user, array $credentials) Create a new event instance. Parameters Authenticatable|null $user array $credentials

Failed

Failed class Failed (View source) Properties Authenticatable|null $user The user the attempter was trying to authenticate as. array $credentials The credentials provided by the attempter.

FailConsoleServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

FailConsoleServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array