abstract class QueueWorkerBase in Drupal 9
Same name and namespace in other branches
- 8 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 DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\Core\Queue\QueueWorkerBase implements QueueWorkerInterface
Expanded class hierarchy of QueueWorkerBase
See also
\Drupal\Core\Queue\QueueWorkerInterface
\Drupal\Core\Queue\QueueWorkerManager
\Drupal\Core\Annotation\QueueWorker
8 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 - 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 - CronQueueTestMemoryDelayException.php in core/
modules/ system/ tests/ modules/ cron_queue_test/ src/ Plugin/ QueueWorker/ CronQueueTestMemoryDelayException.php
File
- core/
lib/ Drupal/ Core/ Queue/ QueueWorkerBase.php, line 15
Namespace
Drupal\Core\QueueView source
abstract class QueueWorkerBase extends PluginBase implements QueueWorkerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
2 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. | |
PluginBase:: |
public | function | Constructs a \Drupal\Component\Plugin\PluginBase object. | 98 |
QueueWorkerInterface:: |
public | function | Works on a single queue item. | 8 |