You are here

public function Simple::supportsMultipleSubqueues in Entityqueue 8

Whether or not the handler supports multiple subqueues.

Return value

bool

Overrides EntityQueueHandlerInterface::supportsMultipleSubqueues

File

src/Plugin/EntityQueueHandler/Simple.php, line 79

Class

Simple
Defines an entity queue handler that manages a single subqueue.

Namespace

Drupal\entityqueue\Plugin\EntityQueueHandler

Code

public function supportsMultipleSubqueues() {
  return FALSE;
}