You are here

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

Expanded class hierarchy of SupportsListingJobsInterface

All classes that implement SupportsListingJobsInterface

File

src/Plugin/AdvancedQueue/Backend/SupportsListingJobsInterface.php, line 11

Namespace

Drupal\advancedqueue\Plugin\AdvancedQueue\Backend
View source
interface SupportsListingJobsInterface {

}

Members