interface SupportsListingJobsInterface in Advanced Queue 8
Provides the interface for queue backends which support listing jobs.
This means being able to see what's in the queue at all times. Many backends consider the queue to be opaque for performance reasons.
Hierarchy
- interface \Drupal\advancedqueue\Plugin\AdvancedQueue\Backend\SupportsListingJobsInterface
Expanded class hierarchy of SupportsListingJobsInterface
All classes that implement SupportsListingJobsInterface
File
- src/
Plugin/ AdvancedQueue/ Backend/ SupportsListingJobsInterface.php, line 11
Namespace
Drupal\advancedqueue\Plugin\AdvancedQueue\BackendView source
interface SupportsListingJobsInterface {
}