functions.php
Table of Contents
Functions
- queue() : Queue
- Return queue object
- dispatch() : mixed
- Dispatch a job, batch or a group of jobs
Functions
queue()
Return queue object
queue() : Queue
Return values
Queuedispatch()
Dispatch a job, batch or a group of jobs
dispatch(array<string|int, mixed>|Dispatchable|string $dispatchable) : mixed
Parameters
- $dispatchable : array<string|int, mixed>|Dispatchable|string
-
The job, batch or group of jobs to dispatch