function QueueDatabaseFactory::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php \Drupal\Core\Queue\QueueDatabaseFactory::__construct()
- 8.9.x core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php \Drupal\Core\Queue\QueueDatabaseFactory::__construct()
- 10 core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php \Drupal\Core\Queue\QueueDatabaseFactory::__construct()
Constructs this factory object.
Parameters
\Drupal\Core\Database\Connection $connection: The Connection object containing the queue table.
File
-
core/
lib/ Drupal/ Core/ Queue/ QueueDatabaseFactory.php, line 25
Class
- QueueDatabaseFactory
- Defines the queue factory for the database backend.
Namespace
Drupal\Core\QueueCode
public function __construct(Connection $connection) {
$this->connection = $connection;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.