public function QueueUIInterface::getItems in Queue UI 8.2
Inspect the queue items in a specified queue.
Parameters
string $queue_name: The name of the queue being inspected.
1 method overrides QueueUIInterface::getItems()
- QueueUIBase::getItems in src/
QueueUIBase.php - Inspect the queue items in a specified queue.
File
- src/
QueueUIInterface.php, line 21
Class
- QueueUIInterface
- Provides the Queue UI interface for inspecting queue data.
Namespace
Drupal\queue_uiCode
public function getItems($queue_name);