public function QueueUIInterface::releaseItem in Queue UI 8.2
Force the releasing of a specified queue item.
Parameters
integer $item_id: The item id to be released.
1 method overrides QueueUIInterface::releaseItem()
- QueueUIBase::releaseItem in src/
QueueUIBase.php - Force the releasing of a specified queue item.
File
- src/
QueueUIInterface.php, line 42
Class
- QueueUIInterface
- Provides the Queue UI interface for inspecting queue data.
Namespace
Drupal\queue_uiCode
public function releaseItem($item_id);