You are here

public function QueueUIInterface::view in Queue UI 7.2

View item data for a specified queue item.

Parameters

integer $item_id: The item id to be viewed.

Return value

FALSE if viewing queue items is not implemented for this queue class. Otherwise returns the content to be renders on the Queue item details screen.

1 method overrides QueueUIInterface::view()
QueueUISystemQueue::view in lib/QueueUISystemQueue.php
View the item data for a specified queue item.

File

lib/QueueUIInterface.php, line 37
Declares the Queue UI interface for inspecting queue data.

Class

QueueUIInterface
@file Declares the Queue UI interface for inspecting queue data.

Code

public function view($item_id);