Queue
- Type
- Class
- Namespace
- craft\helpers
- Inherits
- craft\helpers\Queue
- Since
- 3.5.0
Queue helper.
# Public Methods
Method | Description |
---|---|
push() | Pushes a job to the main app queue. |
# push()
Pushes a job to the main app queue.
Arguments
$job
(yii\queue\JobInterface)$priority
(integer, null)
Returns
← ProjectConfig Search →