You are here

public function QueueUIInterface::getOperations in Queue UI 8.2

Retrieve the available operations for the implementing queue class.

1 method overrides QueueUIInterface::getOperations()
QueueUIBase::getOperations in src/QueueUIBase.php
Retrieve the available operations for the implementing queue class.

File

src/QueueUIInterface.php, line 13

Class

QueueUIInterface
Provides the Queue UI interface for inspecting queue data.

Namespace

Drupal\queue_ui

Code

public function getOperations();