You are here

protected property DatabaseQueue::$connection in Drupal 9

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

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Queue/DatabaseQueue.php, line 35

Class

DatabaseQueue
Default queue implementation.

Namespace

Drupal\Core\Queue

Code

protected $connection;