class QueueWorkerBase
Same name in other branches
- 9 core/lib/Drupal/Core/Queue/QueueWorkerBase.php \Drupal\Core\Queue\QueueWorkerBase
- 8.9.x core/lib/Drupal/Core/Queue/QueueWorkerBase.php \Drupal\Core\Queue\QueueWorkerBase
- 10 core/lib/Drupal/Core/Queue/QueueWorkerBase.php \Drupal\Core\Queue\QueueWorkerBase
Provides a base implementation for a QueueWorker plugin.
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\DerivativeInspectionInterface
- class \Drupal\Core\Queue\QueueWorkerBase extends \Drupal\Component\Plugin\PluginBase implements \Drupal\Core\Queue\QueueWorkerInterface
Expanded class hierarchy of QueueWorkerBase
See also
\Drupal\Core\Queue\QueueWorkerInterface
\Drupal\Core\Queue\QueueWorkerManager
\Drupal\Core\Annotation\QueueWorker
Related topics
10 files declare their use of QueueWorkerBase
- Cleaner.php in core/
modules/ package_manager/ src/ Plugin/ QueueWorker/ Cleaner.php - CronQueueTestDatabaseDelayException.php in core/
modules/ system/ tests/ modules/ cron_queue_test/ src/ Plugin/ QueueWorker/ CronQueueTestDatabaseDelayException.php - CronQueueTestDeriverQueue.php in core/
modules/ system/ tests/ modules/ cron_queue_test/ src/ Plugin/ QueueWorker/ CronQueueTestDeriverQueue.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
File
-
core/
lib/ Drupal/ Core/ Queue/ QueueWorkerBase.php, line 17
Namespace
Drupal\Core\QueueView source
abstract class QueueWorkerBase extends PluginBase implements QueueWorkerInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.