You are here

public function QueueUIInterface::inspect in Queue UI 7.2

Inspect the queue items in a specified queue.

Parameters

string $queue_name: The name of the queue being inspected.

Return value

FALSE if inspection is not implemented for this queue class. Otherwise returns the content to be rendered on the Queue inspection screen.

1 method overrides QueueUIInterface::inspect()
QueueUISystemQueue::inspect in lib/QueueUISystemQueue.php
View the queue items in a queue and expose additional methods for inspection.

File

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

Class

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

Code

public function inspect($queue_name);