You are here

public function Test::supportsMultipleSubqueues in Entityqueue 8

Whether or not the handler supports multiple subqueues.

Return value

bool

Overrides EntityQueueHandlerInterface::supportsMultipleSubqueues

File

tests/modules/entityqueue_test/src/Plugin/EntityQueueHandler/Test.php, line 21

Class

Test
Defines an entity queue handler for testing.

Namespace

Drupal\entityqueue_test\Plugin\EntityQueueHandler

Code

public function supportsMultipleSubqueues() {
  return TRUE;
}