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