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