Logidav Docs

QueueController extends Controller
in package

Queue controller.

Tags
Route

("queue")

Table of Contents

Methods

indexAction()  : Response
list all queues
paginateQueueAction()  : JsonResponse
Paginating queues

Methods

indexAction()

list all queues

public indexAction() : Response
Tags
Route

("/", name="queue_index")

Method

("GET")

Return values
Response

paginateQueueAction()

Paginating queues

public paginateQueueAction(Request $request, QueueServiceInterface $queueService) : JsonResponse
Parameters
$request : Request
$queueService : QueueServiceInterface
Tags
Route

("/paginate", name="queue_pagination")

Method

("POST")

throws
ReflectionException
Return values
JsonResponse

        
On this page

Search results