class QueueWorkerBase
Same name in other branches
- 9 core/lib/Drupal/Core/Queue/QueueWorkerBase.php \Drupal\Core\Queue\QueueWorkerBase
- 10 core/lib/Drupal/Core/Queue/QueueWorkerBase.php \Drupal\Core\Queue\QueueWorkerBase
- 11.x 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
6 files declare their use of QueueWorkerBase
- AggregatorRefresh.php in core/
modules/ aggregator/ src/ Plugin/ QueueWorker/ AggregatorRefresh.php - CronQueueTestBrokenQueue.php in core/
modules/ system/ tests/ modules/ cron_queue_test/ src/ Plugin/ QueueWorker/ CronQueueTestBrokenQueue.php - CronQueueTestException.php in core/
modules/ system/ tests/ modules/ cron_queue_test/ src/ Plugin/ QueueWorker/ CronQueueTestException.php - CronQueueTestRequeueException.php in core/
modules/ system/ tests/ modules/ cron_queue_test/ src/ Plugin/ QueueWorker/ CronQueueTestRequeueException.php - LocaleTranslation.php in core/
modules/ locale/ src/ Plugin/ QueueWorker/ LocaleTranslation.php
File
-
core/
lib/ Drupal/ Core/ Queue/ QueueWorkerBase.php, line 15
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.