You are here

namespace Drupal\advancedqueue\Plugin\AdvancedQueue\Backend in Advanced Queue 8

Classsort descending Location Description
BackendBase src/Plugin/AdvancedQueue/Backend/BackendBase.php Provides the base class for queue backends.
BackendInterface src/Plugin/AdvancedQueue/Backend/BackendInterface.php Provides the interface for queue backends.
Database src/Plugin/AdvancedQueue/Backend/Database.php Provides the database queue backend.
SupportsDeletingJobsInterface src/Plugin/AdvancedQueue/Backend/SupportsDeletingJobsInterface.php Provides the interface for queue backends which support deleting jobs.
SupportsListingJobsInterface src/Plugin/AdvancedQueue/Backend/SupportsListingJobsInterface.php Provides the interface for queue backends which support listing jobs.
SupportsReleasingJobsInterface src/Plugin/AdvancedQueue/Backend/SupportsReleasingJobsInterface.php Provides the interface for queue backends which support releasing jobs.