You are here

protected property Queue::$locked in Advanced Queue 8

Whether the queue is locked, indicating that it cannot be deleted.

Type: bool

File

src/Entity/Queue.php, line 110

Class

Queue
Defines the queue entity class.

Namespace

Drupal\advancedqueue\Entity

Code

protected $locked = FALSE;