public function SupportsReleasingJobsInterface::releaseJob in Advanced Queue 8
Releases the job with the given ID.
Parameters
string $job_id: The job ID.
1 method overrides SupportsReleasingJobsInterface::releaseJob()
- Database::releaseJob in src/
Plugin/ AdvancedQueue/ Backend/ Database.php - Releases the job with the given ID.
File
- src/
Plugin/ AdvancedQueue/ Backend/ SupportsReleasingJobsInterface.php, line 16
Class
- SupportsReleasingJobsInterface
- Provides the interface for queue backends which support releasing jobs.
Namespace
Drupal\advancedqueue\Plugin\AdvancedQueue\BackendCode
public function releaseJob($job_id);