public function QueueUIInterface::delete in Queue UI 7.2
Force the deletion of a specified queue item.
Parameters
integer $item_id: The item id to be deleted.
Return value
TRUE if deletion succeeds, FALSE if deletion fails.
1 method overrides QueueUIInterface::delete()
- QueueUISystemQueue::delete in lib/
QueueUISystemQueue.php - Force the deletion of a specified queue item.
File
- lib/
QueueUIInterface.php, line 48 - Declares the Queue UI interface for inspecting queue data.
Class
- QueueUIInterface
- @file Declares the Queue UI interface for inspecting queue data.
Code
public function delete($item_id);