function QueueFactory::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/Queue/QueueFactory.php \Drupal\Core\Queue\QueueFactory::__construct()
- 10 core/lib/Drupal/Core/Queue/QueueFactory.php \Drupal\Core\Queue\QueueFactory::__construct()
- 11.x 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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.