You are here

abstract class QueueWorkerBase in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Queue/QueueWorkerBase.php \Drupal\Core\Queue\QueueWorkerBase
  2. 9 core/lib/Drupal/Core/Queue/QueueWorkerBase.php \Drupal\Core\Queue\QueueWorkerBase

Provides a base implementation for a QueueWorker plugin.

Hierarchy

Expanded class hierarchy of QueueWorkerBase

See also

\Drupal\Core\Queue\QueueWorkerInterface

\Drupal\Core\Queue\QueueWorkerManager

\Drupal\Core\Annotation\QueueWorker

Plugin API

8 files declare their use of QueueWorkerBase
CronQueueTestBrokenQueue.php in core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php
CronQueueTestDatabaseDelayException.php in core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php
CronQueueTestException.php in core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php
CronQueueTestLeaseTime.php in core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php
CronQueueTestMemoryDelayException.php in core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php

... See full list

File

core/lib/Drupal/Core/Queue/QueueWorkerBase.php, line 15

Namespace

Drupal\Core\Queue
View source
abstract class QueueWorkerBase extends PluginBase implements QueueWorkerInterface {

}

Members