You are here

public function EntityQueueHandlerInterface::supportsMultipleSubqueues in Entityqueue 8

Whether or not the handler supports multiple subqueues.

Return value

bool

3 methods override EntityQueueHandlerInterface::supportsMultipleSubqueues()
Multiple::supportsMultipleSubqueues in src/Plugin/EntityQueueHandler/Multiple.php
Whether or not the handler supports multiple subqueues.
Simple::supportsMultipleSubqueues in src/Plugin/EntityQueueHandler/Simple.php
Whether or not the handler supports multiple subqueues.
Test::supportsMultipleSubqueues in tests/modules/entityqueue_test/src/Plugin/EntityQueueHandler/Test.php
Whether or not the handler supports multiple subqueues.

File

src/EntityQueueHandlerInterface.php, line 37

Class

EntityQueueHandlerInterface
Provides an interface for an EntityQueueHandler plugin.

Namespace

Drupal\entityqueue

Code

public function supportsMultipleSubqueues();