public function EntityQueueHandlerInterface::canDeleteSubqueue in Entityqueue 7
Returns TRUE if subqueue can be deleted, otherwise returns FALSE.
1 method overrides EntityQueueHandlerInterface::canDeleteSubqueue()
- EntityQueueHandlerBase::canDeleteSubqueue in plugins/
entityqueue/ handler/ base.inc - Returns TRUE if subqueue can be deleted, otherwise returns FALSE.
File
- plugins/
entityqueue/ handler/ base.inc, line 51 - Contains Entityqueue handler interface and base class.
Class
- EntityQueueHandlerInterface
- Abstraction of the handling logic of a queue.
Code
public function canDeleteSubqueue(EntitySubqueue $subqueue);