public function EntityQueueHandlerInterface::hasAutomatedSubqueues in Entityqueue 8
Whether or not the handler contains subqueues with an automated lifecycle.
For example, this property controls whether the title of subqueues can be edited, or if they can be created or deleted through the UI or API calls.
Return value
bool
3 methods override EntityQueueHandlerInterface::hasAutomatedSubqueues()
- Multiple::hasAutomatedSubqueues in src/
Plugin/ EntityQueueHandler/ Multiple.php - Whether or not the handler contains subqueues with an automated lifecycle.
- Simple::hasAutomatedSubqueues in src/
Plugin/ EntityQueueHandler/ Simple.php - Whether or not the handler contains subqueues with an automated lifecycle.
- Test::hasAutomatedSubqueues in tests/
modules/ entityqueue_test/ src/ Plugin/ EntityQueueHandler/ Test.php - Whether or not the handler contains subqueues with an automated lifecycle.
File
- src/
EntityQueueHandlerInterface.php, line 47
Class
- EntityQueueHandlerInterface
- Provides an interface for an EntityQueueHandler plugin.
Namespace
Drupal\entityqueueCode
public function hasAutomatedSubqueues();