You are here

protected property QueueDatabaseFactory::$connection in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php \Drupal\Core\Queue\QueueDatabaseFactory::connection

The database connection.

Type: \Drupal\Core\Database\Connection $connection

File

core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php, line 22
Contains \Drupal\Core\Queue\QueueDatabaseFactory.

Class

QueueDatabaseFactory
Defines the key/value store factory for the database backend.

Namespace

Drupal\Core\Queue

Code

protected $connection;