You are here

public function QueueInterface::isLocked in Advanced Queue 8

Gets whether the queue is locked.

Locked queues cannot be deleted.

Return value

bool TRUE if the queue is locked, FALSE otherwise.

1 method overrides QueueInterface::isLocked()
Queue::isLocked in src/Entity/Queue.php
Gets whether the queue is locked.

File

src/Entity/QueueInterface.php, line 142

Class

QueueInterface
Defines the interface for queues.

Namespace

Drupal\advancedqueue\Entity

Code

public function isLocked();