You are here

public function QueueUIInterface::getOperations in Queue UI 7.2

Retrieve the available operations for the implementing queue class.

Return value

An array of the available operations for the implementing queue class.

1 method overrides QueueUIInterface::getOperations()
QueueUISystemQueue::getOperations in lib/QueueUISystemQueue.php
SystemQueue implements all default QueueUI methods.

File

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

Class

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

Code

public function getOperations();