You are here

protected property DatabaseQueue::$name in Zircon Profile 8

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

The name of the queue this instance is working with.

Type: string

File

core/lib/Drupal/Core/Queue/DatabaseQueue.php, line 27
Contains \Drupal\Core\Queue\DatabaseQueue.

Class

DatabaseQueue
Default queue implementation.

Namespace

Drupal\Core\Queue

Code

protected $name;