public function QueueFactory::__construct in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Queue/QueueFactory.php \Drupal\Core\Queue\QueueFactory::__construct()
Constructs a queue factory.
File
- core/
lib/ Drupal/ Core/ Queue/ QueueFactory.php, line 33
Class
- QueueFactory
- Defines the queue factory.
Namespace
Drupal\Core\QueueCode
public function __construct(Settings $settings) {
$this->settings = $settings;
}